Skip to content

Commit 7ffdcaa

Browse files
committed
revert sandbox
1 parent 26b95e4 commit 7ffdcaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playgrounds/demo/src/entry-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// @ts-ignore
2-
import { hydrate, mount, unmount } from 'svelte';
2+
import { mount, unmount } from 'svelte';
33
// @ts-ignore you need to create this file
44
import App from './App.svelte';
5-
const component = hydrate(App, {
5+
const component = mount(App, {
66
target: document.getElementById('root')!
77
});
88
// @ts-ignore

0 commit comments

Comments
 (0)