import React from 'react'; import { NextPage } from 'next'; const error: NextPage = () =>
404 ERROR
; export default error;