Skip to content

Commit 43148ac

Browse files
authored
Update playgrounds/sandbox/index.html
1 parent 9574ae4 commit 43148ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/sandbox/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<script type="module">
1414
import { mount, hydrate, unmount } from 'svelte';
15-
import App from '/src/main.svelte';
15+
import App from '/src/App.svelte';
1616

1717
globalThis.delayed = (v, ms = 1000) => {
1818
return new Promise((f) => {

0 commit comments

Comments
 (0)