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