import { NextPage } from 'next' import { ErrorText } from '@utils/Constants' const NotFound: NextPage<{ message?: string }> = ({ message }) => { return (