1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 06:14:04 +00:00

Initial commit

This commit is contained in:
2023-01-10 17:28:27 +01:00
commit 101d892139
45 changed files with 7976 additions and 0 deletions

7
frontend/src/main.js Normal file
View File

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