import { Center } from "@mantine/core"; export default function CommonNotFound() { return
404
; }