mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
build: incorporate sveltekit/vite
This commit is contained in:
parent
abfc472c82
commit
0be42a4b66
10 changed files with 237 additions and 5211 deletions
5
app/routes/__layout.svelte
Normal file
5
app/routes/__layout.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
// import "../../css/"
|
||||
</script>
|
||||
|
||||
<slot />
|
5
app/routes/index.svelte
Normal file
5
app/routes/index.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
import { Button } from "../../src";
|
||||
</script>
|
||||
|
||||
<Button>Hello</Button>
|
Loading…
Add table
Add a link
Reference in a new issue