import React from 'react'; export default function ErrorPage() { return (

error

); }