wg-ocp-frontend notus-svelte

This commit is contained in:
infidel
2022-11-18 19:41:03 +07:00
commit dbf9049c48
81 changed files with 23274 additions and 0 deletions

7
src/main.js Normal file
View File

@@ -0,0 +1,7 @@
import App from "./App.svelte";
const app = new App({
target: document.getElementById("app"),
});
export default app;