Fix typing error for treeview

This commit is contained in:
Bram 2024-12-02 18:11:36 +01:00 committed by Eric Liu
commit 651779d602
2 changed files with 2 additions and 2 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
*/

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
*/