"use client" import { AlertCircle } from "lucide-react" import { EmptyState } from "@/shared/components/ui/empty-state" export default function TeacherDiagnosticError({ reset, }: { error: Error & { digest?: string } reset: () => void }) { return (