File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/editors/account Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import { decryptAccountFile , encryptAccountFile } from ' $lib/hellosave' ;
32 import { m } from ' $lib/paraglide/messages' ;
43 import toast from ' $lib/toast/index.svelte' ;
54 import { DocumentArrowDown , DocumentArrowUp , ArrowPath } from ' @steeze-ui/heroicons' ;
65 import { Icon } from ' @steeze-ui/svelte-icon' ;
76 import { onMount , onDestroy } from ' svelte' ;
87 import AccountEditorPane from ' ./AccountEditorPane.svelte' ;
98 import { zipSync } from ' fflate' ;
10- import { createMfAccountFile } from ' $lib/hellosave/account' ;
9+ import { createMfAccountFile , decryptAccountFile , encryptAccountFile } from ' $lib/hellosave/account' ;
1110
1211 // UI state management
1312 type EditorState = ' initial' | ' loaded' | ' loading' | ' error' ;
You can’t perform that action at this time.
0 commit comments