core app
This commit is contained in:
1
www/src/global.d.ts
vendored
1
www/src/global.d.ts
vendored
@ -1 +0,0 @@
|
||||
/// <reference types="svelte" />
|
@ -1,10 +1,10 @@
|
||||
import App from './App.svelte';
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
props: {
|
||||
name: 'world'
|
||||
}
|
||||
target: document.body,
|
||||
props: {
|
||||
name: 'world'
|
||||
}
|
||||
});
|
||||
|
||||
export default app;
|
||||
|
Reference in New Issue
Block a user