Skip to content

Commit

Permalink
fix: wallet import
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Feb 17, 2022
1 parent 146f319 commit 0f0871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/writeService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as dataLayer from './persistance';
import * as wallet from './wallet';
import wallet from './wallet';
import * as simulator from './simulator';
import { encodeHex } from '../utils/datalayer-utils';

Expand Down

0 comments on commit 0f0871d

Please sign in to comment.