Files
peakskills/components/login/index.ts
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

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";