import React from 'react' import Image from 'next/legacy/image' const Errors = () => { return (

This is a page with errors

) } export default Errors