move to client code only

This commit is contained in:
2021-03-19 16:48:27 +01:00
parent f8e858971f
commit 81750dc8e1
20 changed files with 22 additions and 77 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;