- Hello {name}!
- Visit the Svelte tutorial to learn how to build Svelte apps.
-
-
-
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
index d6cacbb..0c58d5f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,10 +1,2 @@
-import App from './App.svelte';
-
-const app = new App({
- target: document.body,
- props: {
- name: 'world'
- }
-});
-
-export default app;
\ No newline at end of file
+// TODO:
+export default null;
\ No newline at end of file