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,5 +1,5 @@
<script lang="ts">
import { Button, ButtonSet, InlineLoading } from "../types";
import { Button, ButtonSet, InlineLoading } from "carbon-components-svelte";
import { onDestroy } from "svelte";
type State = "dormant" | "active" | "finished" | "inactive";