Skip to content

Commit d0aa2dd

Browse files
committed
use type import
1 parent 3bd6629 commit d0aa2dd

File tree

1 file changed

+1
-1
lines changed
  • sites/preview/src/lib/components/tree

1 file changed

+1
-1
lines changed

sites/preview/src/lib/components/tree/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { FileTree, FileTreeNode, FolderNode } from "$lib/tree.svelte.js";
2-
import * as tree from "svelte-file-tree";
2+
import type * as tree from "svelte-file-tree";
33

44
export type TreeItemState = tree.TreeItemState<FileTreeNode>;
55

0 commit comments

Comments
 (0)