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

This is a page with errors

) } export default Errors