A bordered empty-state card with an avatar stack and an invite button, used to prompt inviting team members to an empty workspace.
import Empty04 from "@/components/ui/empty-04"; export default function Default() { return ( <div className="flex min-h-[440px] w-full items-center justify-center bg-background p-8"> <Empty04 /> </div> ); }