import { Title, Text, Button, Container, Group } from "@mantine/core"; import classes from "./error-404.module.css"; import { Link } from "react-router-dom"; export function Error404() { return ( 404 Page Not Found Sorry, we can't find the page you are looking for. ); }