Skip to content

Commit

Permalink
Move WebviewExecutionService to core
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 15, 2022
1 parent 87736ac commit 15d33e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
AbstractExecutionService,
ExecutionServiceArgs,
} from '@metamask/snap-controllers';
import snapsState from '../../../core/SnapsState';
import snapsState from '../SnapsState';
// import SnapWebviewPostMessageStream from './SnapWebviewPostMessageStream';
import { SnapDuplex } from './SnapDuplex';
import SnapDuplex from './SnapDuplex';

// const ObjectMultiplex = require('obj-multiplex');

Expand Down

0 comments on commit 15d33e3

Please sign in to comment.