Refactored codebase

This commit is contained in:
Jan Meinl
2026-05-15 18:08:33 +02:00
parent 642bae23f3
commit 1da43adfe7
54 changed files with 790 additions and 4636 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
import './styles/theme.css';
import './app-root';
import "./styles/theme.css";
import { locale } from "./i18n/locale.js";
locale.init().then(() => import("./app-root.js"));