diff --git a/app/profile/page.tsx b/app/profile/page.tsx index acf49e6..b71bd5c 100644 --- a/app/profile/page.tsx +++ b/app/profile/page.tsx @@ -6,6 +6,7 @@ import { useSession } from "@/lib/auth-client" import { ProfileHeader } from "@/components/profile/profile-header" import { StatsRow } from "@/components/profile/stats-row" import { ContributionList } from "@/components/profile/contribution-list" +import { SavedGamesGrid } from "@/components/saved-games/saved-games-grid" import { Bookmark, Settings, Loader2 } from "lucide-react" import { motion } from "motion/react" import type { ContributionEntry } from "@/types/api" @@ -130,13 +131,7 @@ export default function ProfilePage() { )} - {activeTab === "saved" && ( -
- -

Saved games will appear here

-

Feature coming in the next update

-
- )} + {activeTab === "saved" && } {activeTab === "settings" && (