- 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.
6 lines
230 B
TypeScript
6 lines
230 B
TypeScript
export { LoginForm } from "./login-form";
|
|
export { RegisterForm } from "./register-form";
|
|
export { AuthWrapper } from "./auth-wrapper";
|
|
export { LoginLoading } from "./login-loading";
|
|
export { LoginLayout } from "./login-layout";
|