Skip to content

Commit 3bd6629

Browse files
committed
fix import
1 parent 2fa7c72 commit 3bd6629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/preview/src/lib/components/tree/state.svelte.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { FileTree, type FolderNode } from "$lib/tree.svelte.js";
1+
import type { FileTree, FolderNode } from "$lib/tree.svelte.js";
22
import type { NameConflictResolution } from "svelte-file-tree";
33
import type { EventHandler } from "svelte/elements";
44
import type { TreeItemState } from "./types.js";

0 commit comments

Comments
 (0)