Big restructure

This commit is contained in:
Alois 2026-03-14 12:43:26 +01:00
commit 4ee57ab459
69 changed files with 124 additions and 124 deletions

View file

@ -1,7 +0,0 @@
export default function Page() {
return (
<div className="w-full h-full flex items-center justify-center text-4xl font-bold">
Page not found (404)
</div>
);
}