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.
This commit is contained in:
Julien Froidefond
2025-08-25 19:31:17 +02:00
parent abd0de9f12
commit a440c0729f
7 changed files with 1 additions and 757 deletions

View File

@@ -1,4 +1,3 @@
export { LoginFormWrapper } from "./login-form-wrapper";
export { LoginForm } from "./login-form";
export { RegisterForm } from "./register-form";
export { AuthWrapper } from "./auth-wrapper";