🎉 initial commit

This commit is contained in:
2021-03-30 20:10:12 +02:00
commit b902b081d7
25 changed files with 6280 additions and 0 deletions

8
src/main.js Normal file
View File

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