import { HomeLink } from './homeLink'; export default function ErrorComponent() { return (

Oops. Something went wrong. Please try later :(

); }