basic login implementation at localhost:3000//login
This commit is contained in:
@@ -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="/" />} />
|
||||
|
||||
Reference in New Issue
Block a user