import {NextPage} from 'next' import React from 'react' import {ErrorPage} from '../../components/error.page' const Index: NextPage = () => { return ( ) } export default Index