Fix typing error for treeview

This commit is contained in:
Bram 2024-12-02 18:11:36 +01:00
commit b019950e14
3 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import { type TreeNode } from "carbon-components-svelte/TreeView/TreeView.svelte";
import { type TreeNode } from "./TreeView.svelte";
/**
* Create a nested array from a flat array
*/