import { Link } from "react-router-dom"; import { Button } from "../../components/Button"; function UnexpectedError() { return (

Something went wrong

There was an unexpected error while loading the page.

); } export default UnexpectedError;