template from profesor

This commit is contained in:
2026-04-24 15:29:08 +09:00
commit f8d27c1aca
11 changed files with 1902 additions and 0 deletions

8
src/main.js Normal file
View File

@@ -0,0 +1,8 @@
import App from './App.svelte';
const app = new App({
target: document.body,
props: {},
});
export default app;