import { NextPage } from 'next' import Notice from '../components/Notice' import { ErrorText } from '../utils/Constants' const NotFound: NextPage = () => { return } export default NotFound