about summary refs log tree commit diff stats
path: root/src/main.js
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-10-09 18:33:40 +0530
committerAndinus <andinus@nand.sh>2021-10-09 18:33:40 +0530
commit28f2122ce73f197bf28d062f1e6c2bea366bf078 (patch)
tree09a8fbb20bfd1ab21170359e4acd543feac80840 /src/main.js
parent272dc0801973cd66733ea4f1b0fb7946fa3bb49c (diff)
downloaddorado-28f2122ce73f197bf28d062f1e6c2bea366bf078.tar.gz
Initialize Application
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
new file mode 100644
index 0000000..50a0732
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,7 @@
+import App from './App.svelte';
+
+const app = new App({
+  target: document.body,
+});
+
+export default app;