mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore(examples): bump deps
This commit is contained in:
parent
93571eb5b7
commit
e4a4f136fa
13 changed files with 2892 additions and 2998 deletions
|
@ -6,11 +6,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<script type="module">
|
||||
import App from "/src/App.svelte";
|
||||
import App from "./src/App.svelte";
|
||||
|
||||
const app = new App({ target: document.body });
|
||||
|
||||
export default app;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue