introduce solid.js

This commit is contained in:
Yura Dupyn 2026-02-13 16:44:39 +01:00
parent 0014f75a22
commit e2354fb9ce
10 changed files with 675 additions and 15 deletions

View file

@ -26,7 +26,7 @@
* ```
*/
import './index.scss';
import { startApp } from './ui';
import { Versions } from './versions';
declare const versions: Versions; // preload
@ -44,3 +44,4 @@ func().then(x => {
console.log("is this working? ", x);
});
startApp();