Skip to content

Commit

Permalink
revert sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Apr 8, 2024
1 parent 26b95e4 commit 7ffdcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playgrounds/demo/src/entry-client.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-ignore
import { hydrate, mount, unmount } from 'svelte';
import { mount, unmount } from 'svelte';
// @ts-ignore you need to create this file
import App from './App.svelte';
const component = hydrate(App, {
const component = mount(App, {
target: document.getElementById('root')!
});
// @ts-ignore
Expand Down

0 comments on commit 7ffdcaa

Please sign in to comment.