mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(examples): add rollup set-up
This commit is contained in:
parent
d746c9134a
commit
c1b98ced95
11 changed files with 889 additions and 0 deletions
5
examples/rollup/src/index.js
Normal file
5
examples/rollup/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