import { NextPage } from 'next' import { GenericError } from 'components/GenericError' type Props = {} const ErrorPage: NextPage = () => { return } export default ErrorPage