basic login implementation at localhost:3000//login

This commit is contained in:
Domonkos
2026-01-27 18:32:29 +01:00
parent 6dbacca017
commit 086e5a867d
16 changed files with 234 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
import { TopBar, BackLink } from "../../../components/shell/TopBar";
export default function AboutPage() {
// @ts-ignore
return (
<div>
<TopBar title="Info" left={<BackLink href="/" />} />