File size: 144 Bytes
c8cf86c
 
 
1
2
3
4
export default function EmptyState({ text }: { text: string }) {
  return <div className="text-center text-zinc-400 py-10">📭 {text}</div>;
}