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
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { Pagination, PaginationSkeleton } from "../types";
|
||||
import { Pagination, PaginationSkeleton } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<Pagination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue