feat: handling SSR on home page

This commit is contained in:
Julien Froidefond
2025-08-21 12:54:48 +02:00
parent e32e3b8bc0
commit 69f23db55d
14 changed files with 828 additions and 342 deletions

9
components/home/index.ts Normal file
View File

@@ -0,0 +1,9 @@
export { LoadingPage } from "./loading-page";
export { WelcomeHeader } from "./welcome-header";
export { RadarSection } from "./radar-section";
export { CategoryBreakdown } from "./category-breakdown";
export { CategoryCard } from "./category-card";
export { SkillProgress } from "./skill-progress";
export { ActionSection } from "./action-section";
export { ClientWrapper } from "./client-wrapper";
export { WelcomeScreen } from "./welcome-screen";