import { Card } from "@/components/ui/card"; import { FolderX } from "lucide-react"; export function ExportEmptyState() { return (

No Exports Available

There are no export jobs in the queue or history. Start an export to see it here.

); }