Skip to content

Commit 5124a9d

Browse files
fix: build
1 parent 08316c0 commit 5124a9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/editors/account/AccountEditor.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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';

0 commit comments

Comments
 (0)