Files
Julien Froidefond a440c0729f refactor: remove unused components and clean up evaluation client
- Deleted CreateSkillForm and ProfileForm components as they are no longer needed.
- Removed the initializeEmptyEvaluation method from EvaluationClient, as the backend handles evaluation creation.
- Updated exports in evaluation index to reflect the removal of WelcomeEvaluationScreen.
2025-08-25 19:31:17 +02:00

10 lines
312 B
TypeScript

export {
EvaluationClientWrapper,
useEvaluationContext,
} from "./client-wrapper";
export { EvaluationHeader } from "./evaluation-header";
export { CategoryTabs } from "./category-tabs";
export { SkillEvaluationGrid } from "./skill-evaluation-grid";
export { SkillLevelLegend } from "./skill-level-legend";