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

Error!

); export default ErrorPage;