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