mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
update docs to Svelte 5
This commit is contained in:
parent
128da10475
commit
c5f28033c2
4 changed files with 599 additions and 283 deletions
|
@ -1,7 +1,8 @@
|
|||
import App from "./App.svelte";
|
||||
import { mount } from "svelte";
|
||||
import "../../css/all.css";
|
||||
import "./global.css";
|
||||
|
||||
const app = new App({ target: document.body });
|
||||
const app = mount(App, { target: document.body });
|
||||
|
||||
export default app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue