]> git.r.bdr.sh - rbdr/forum/blobdiff - app/application.js
Update to SvelteKit
[rbdr/forum] / app / application.js
diff --git a/app/application.js b/app/application.js
deleted file mode 100644 (file)
index 6f44869..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-import Forum from './forum.svelte';
-
-const forum = new Forum({
-  target: document.body,
-  props: {
-    greeting: 'yooo'
-  }
-});
-
-export default forum;