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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user