import { Loader2 } from "lucide-react" import { useDashboardStats } from "./hooks" import { EnabledFeaturesCard, GettingStartedCard, HowToCard, BlogPostsCard, WooCommerceNotice, } from "./components" export function Dashboard() { const { stats, loading } = useDashboardStats() if (loading) { return (
Loading dashboard...
Supercharge your WooCommerce store with powerful features. Let's get started!