mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(examples): add svite example set-up
This commit is contained in:
parent
f9b2f69966
commit
a4aa2d9c77
11 changed files with 2927 additions and 0 deletions
5
examples/svite/src/index.js
Normal file
5
examples/svite/src/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import App from "./App.svelte";
|
||||
|
||||
const app = new App({ target: document.body });
|
||||
|
||||
export default app;
|
Loading…
Add table
Add a link
Reference in a new issue