"use client"; import { Button } from "@/components/atoms/button"; /** * Full-page fallback for root-level errors * Used when the entire application crashes */ export function GlobalErrorFallback() { return (
An unexpected error occurred. Please refresh the page.
This section encountered an error. Please try again.