// custom pages/500.js !! Do not remove please or it will break build
export default function Error() {
  return (
    <>
      <h1>500 - Something went wrong</h1>
    </>
  )
}
