import Link from "next/link"; import { FileQuestion } from "lucide-react"; import { EmptyState } from "@/components/ui/EmptyState"; import { buttonClass } from "@/lib/ui/variants"; export default function NotFound() { return (
返回作品库 } />
); }