// website/src/components/EmptyState.jsx export default function EmptyState({ icon = '◎', title, sub }) { return (
{icon}
{title}
{sub}