mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
test: use carbon-components-svelte
for type imports
This commit is contained in:
parent
80934ea378
commit
f14b17ec58
93 changed files with 102 additions and 103 deletions
|
@ -9,8 +9,8 @@
|
|||
ToolbarMenuItem,
|
||||
Button,
|
||||
Link,
|
||||
} from "../types";
|
||||
import type { DataTableHeader } from "../types/DataTable/DataTable.svelte";
|
||||
} from "carbon-components-svelte";
|
||||
import type { DataTableHeader } from "carbon-components-svelte/DataTable/DataTable.svelte";
|
||||
import Launch from "carbon-icons-svelte/lib/Launch.svelte";
|
||||
|
||||
const headers: DataTableHeader[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue