mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46: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
|
@ -5,7 +5,7 @@
|
|||
ModalBody,
|
||||
ModalFooter,
|
||||
Checkbox,
|
||||
} from "../types";
|
||||
} from "carbon-components-svelte";
|
||||
|
||||
let checked = false;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue