This commit is contained in:
2026-05-06 18:16:28 +02:00
parent 441643a3d6
commit b525980db9
12 changed files with 7442 additions and 356 deletions

4
client/main.js Normal file
View File

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