test: use carbon-components-svelte for type imports

This commit is contained in:
Eric Liu 2024-11-09 09:37:18 -08:00
commit f69b2f15b5
93 changed files with 102 additions and 103 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import type { ComponentProps } from "svelte";
import { TreeView } from "../types";
import type { TreeNodeId } from "../types/TreeView/TreeView.svelte";
import { TreeView } from "carbon-components-svelte";
import type { TreeNodeId } from "carbon-components-svelte/TreeView/TreeView.svelte";
import Analytics from "carbon-icons-svelte/lib/Analytics.svelte";
let treeview: TreeView;