Firts Upload

This commit is contained in:
2026-04-17 19:26:02 +02:00
parent caa55bad77
commit 3c5b3b4c1e
25 changed files with 2252 additions and 0 deletions

4
client/public/main.js Normal file
View File

@@ -0,0 +1,4 @@
import {$mount} from 'sigpro';
import { App } from './App.js';
import './app.css';
$mount(App, '#app');