We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0117df1 commit a6e42aeCopy full SHA for a6e42ae
lib/storage.ts
@@ -21,7 +21,8 @@ import {
21
describeAccountSnapshot as describeAccountSnapshotWithDeps,
22
statSnapshot as statSnapshotWithDeps,
23
} from "./storage/account-snapshot.js";
24
-exportAccountsSnapshot,
+import {
25
+ exportAccountsSnapshot,
26
importAccountsSnapshot,
27
} from "./storage/account-port.js";
28
import { saveAccountsToDisk } from "./storage/account-save.js";
0 commit comments