import { Button, Container, Group, Text, Title } from '@mantine/core' import Link from 'next/link' import classes from './ErrorPage.module.css' export default function NotFound() { return (
404
You have found a secret place. Unfortunately, this is only a 404 page. You may have mistyped the address, or the page has been moved to another URL.
) }