mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(examples): bump deps [ci skip]
This commit is contained in:
parent
533e7d6a1c
commit
144eba1747
14 changed files with 293 additions and 219 deletions
5
examples/sveltekit/src/routes/__layout.svelte
Normal file
5
examples/sveltekit/src/routes/__layout.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
import "carbon-components-svelte/css/white.css";
|
||||
</script>
|
||||
|
||||
<slot />
|
|
@ -1,5 +1,4 @@
|
|||
<script>
|
||||
import "carbon-components-svelte/css/white.css";
|
||||
import { Button } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue