feat: handling SSR on evaluation

This commit is contained in:
Julien Froidefond
2025-08-21 13:19:46 +02:00
parent 69f23db55d
commit ef16c73625
7 changed files with 481 additions and 135 deletions

View File

@@ -1,5 +1,9 @@
export {
EvaluationClientWrapper,
useEvaluationContext,
} from "./client-wrapper";
export { WelcomeEvaluationScreen } from "./welcome-screen";
export { EvaluationHeader } from "./evaluation-header";
export { SkillLevelLegend } from "./skill-level-legend";
export { CategoryTabs } from "./category-tabs";
export { SkillEvaluationGrid } from "./skill-evaluation-grid";
export { SkillEvaluationCard } from "./skill-evaluation-card";
export { SkillLevelLegend } from "./skill-level-legend";