updated to svelte 5
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { mount } from 'svelte';
|
||||
import App from './App.svelte';
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
props: {},
|
||||
const app = mount(App, {
|
||||
target: document.body
|
||||
});
|
||||
|
||||
export default app;
|
||||
export default app;
|
||||
Reference in New Issue
Block a user