added some base code

This commit is contained in:
CodingPhoenixx
2026-02-12 14:42:45 +01:00
parent a62ce26bfa
commit 49bf7522b9
13 changed files with 236 additions and 46 deletions
+1
View File
@@ -1,3 +1,4 @@
export type Route = {
path: string;
view: () => HTMLElement;