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