Remove unnecessary export
This commit is contained in:
parent
0f57f00299
commit
7f705897f4
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
||||||
import "./styles/global.scss";
|
import "./styles/global.scss";
|
||||||
|
|
||||||
import App from "./App.svelte";
|
import App from "./App.svelte";
|
||||||
|
new App({
|
||||||
const app = new App({
|
|
||||||
target: document.body,
|
target: document.body,
|
||||||
});
|
});
|
||||||
|
|
||||||
export default app;
|
|
||||||
|
|
Reference in a new issue