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
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { Theme } from "../types";
|
||||
import { CarbonTheme } from "../types/Theme/Theme";
|
||||
import type { CarbonTheme } from "../types/Theme/Theme.svelte";
|
||||
|
||||
let theme: CarbonTheme = "g10";
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue