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 App from "./App.svelte";
|
||||
|
||||
const app = new App({
|
||||
new App({
|
||||
target: document.body,
|
||||
});
|
||||
|
||||
export default app;
|
||||
|
|
Reference in a new issue