| export default function EmptyState({ text }: { text: string }) { | |
| return <div className="text-center text-zinc-400 py-10">📭 {text}</div>; | |
| } | |
| export default function EmptyState({ text }: { text: string }) { | |
| return <div className="text-center text-zinc-400 py-10">📭 {text}</div>; | |
| } | |