Remove App component

This commit is contained in:
Vadim
2021-01-20 12:41:02 +03:00
parent 666158fbf3
commit e27ded5b3f
2 changed files with 2 additions and 40 deletions

View File

@@ -1,10 +1,2 @@
import App from './App.svelte';
const app = new App({
target: document.body,
props: {
name: 'world'
}
});
export default app;
// TODO:
export default null;