first commit

This commit is contained in:
Aculix Technologies
2025-10-16 14:16:01 +05:30
commit 876ba3c835
12 changed files with 1149 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import App from './App.svelte';
const app = new App({
target: document.getElementById('app'),
});
export default app;