"use client"; import Link from "next/link"; import { motion } from "framer-motion"; export default function ErrorPage({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; }) { return (
We couldn't load this stop. Please try again.
{process.env.NODE_ENV === "development" && (Error Details
{error.message}