import { NextPage } from 'next' import Link from 'next/link' import dynamic from 'next/dynamic' import { getRandom } from '@utils/Tools' import { ErrorMessage } from '@utils/Constants' const Container = dynamic(() => import('@components/Container')) const MyError: NextPage = () => { return (
예상치 못한 오류가 발생하였습니다. 문제가 지속적으로 발생한다면 문의해주세요!
상태 페이지