There was an error while loading. Please reload this page.
1 parent 9574ae4 commit 43148acCopy full SHA for 43148ac
playgrounds/sandbox/index.html
@@ -12,7 +12,7 @@
12
13
<script type="module">
14
import { mount, hydrate, unmount } from 'svelte';
15
-import App from '/src/main.svelte';
+import App from '/src/App.svelte';
16
17
globalThis.delayed = (v, ms = 1000) => {
18
return new Promise((f) => {
0 commit comments