mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
fix(types): update @extends to use .svelte extension
This commit is contained in:
parent
816f574412
commit
4fb95f2cb7
24 changed files with 38 additions and 32 deletions
|
@ -10,7 +10,7 @@
|
|||
Button,
|
||||
Link,
|
||||
} from "../types";
|
||||
import type { DataTableHeader } from "../types/DataTable/DataTable";
|
||||
import type { DataTableHeader } from "../types/DataTable/DataTable.svelte";
|
||||
import Launch16 from "carbon-icons-svelte/lib/Launch16";
|
||||
|
||||
const headers: DataTableHeader[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue