Skip to content

Commit

Permalink
Update structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 15, 2022
1 parent 0935e49 commit 7340e20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
19 changes: 0 additions & 19 deletions app/components/Views/Wallet/snaps/utils.ts

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion app/core/Snaps/WebviewExecutionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
AbstractExecutionService,
ExecutionServiceArgs,
} from '@metamask/snap-controllers';
import snapsState from '../SnapsState';
import snapsState from './SnapsState';
// import SnapWebviewPostMessageStream from './SnapWebviewPostMessageStream';
import SnapDuplex from './SnapDuplex';

Expand Down
2 changes: 2 additions & 0 deletions app/core/Snaps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ import SnapDuplex from './SnapDuplex';
import WebviewExecutionService from './WebviewExecutionService';
import WebviewPostMessageStream from './WebviewPostMessageStream';
import SnapWebviewPostMessageStream from './SnapWebviewPostMessageStream';
import snapsState from './SnapsState';

export {
snapsState,
SnapDuplex,
SnapBridge,
WebviewExecutionService,
Expand Down

0 comments on commit 7340e20

Please sign in to comment.