···11+export const metadata = {
22+ title: 'Admin'
33+};
44+55+There's nothing here _yet_.
66+77+I will someday decide what to put here :3.
88+99+[Logout >](/logout)
···11-import { Leaf } from 'lucide-react';
22-33-import Container from './Container';
11+import { Leaf, LogIn } from 'lucide-react';
4253import styles from '@/styles/components/Header.module.scss';
44+import Link from 'next/link';
6576export default function Header() {
87 return (