feat: handling SSR on evaluation
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user