'use client'; import { Link } from '$shared/ui'; /** * Route-level error boundary — shown when an unhandled error escapes * the [[...slug]] segment. Mirrors the not-found layout. */ export default function ErrorPage() { return (

500

Back to main
); }