This commit is contained in:
2026-05-07 17:16:58 +02:00
parent b525980db9
commit fac8a6e412
10 changed files with 808 additions and 7108 deletions

View File

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