import { Button } from '../ui/button'; export const MainErrorFallback = () => { return (

Ooops, something went wrong :(

); };