import { Container, Group, Title } from "@mantine/core"; export default function Admin() { return ( <> Admin ); }