import React from "react"; import type { NextPage } from "next"; // layouts import DefaultLayout from "layouts/default-layout"; const ErrorPage: NextPage = () => (

Error!

); export default ErrorPage;