Files
twenty/front/src/pages/auth/SignInUp.tsx
Charles Bochet 775b4c353d Refactor login (#748)
* wip refactor login

* wip refactor login

* Fix lint conflicts

* Complete Sign In only

* Feature complete

* Fix test

* Fix test
2023-07-21 22:05:45 -07:00

6 lines
145 B
TypeScript

import { SignInUpForm } from '../../modules/auth/sign-in-up/components/SignInUpForm';
export function SignInUp() {
return <SignInUpForm />;
}