function EmptyState() { return ( <div className="empty"> <Icon name="inbox" /> <h3>No items yet</h3> <p>Try creating your first item to get started</p> <PrimaryButton>Create item</PrimaryButton> </div> );}
AuthPrompt({ title: "Continue with Base", reason: "Save your progress and compete with friends", benefits: ["Track streaks", "Earn rewards", "Share achievements"],});