import { EmptyState } from '../ui' export function FeedEmptyState({ filtered }: { filtered?: boolean }) { return ( ) }