Add log in, images page, start mum's sim

This commit is contained in:
2024-04-09 01:40:21 +01:00
parent 5293669f40
commit 1e02cb3827
14 changed files with 1396 additions and 309 deletions

View File

@@ -3,7 +3,7 @@ import { LoginButton } from "./login_button";
import { LogoutButton } from "./logout_button";
/**
* This is a server component, then the buttons are client
* This is a server component, then the buttons are client side
*/
export default async function LogIn(): Promise<JSX.Element | undefined> {
const session = await auth();