123
This commit is contained in:
11
pages/login/index.tsx
Normal file
11
pages/login/index.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import { Flex } from '@mantine/core';
|
||||
import { AuthenticationForm } from '@/components/Forms/AuthenticationForm';
|
||||
|
||||
const LoginPage = () => {
|
||||
return (
|
||||
<Flex justify="center" align="center" h="100vh">
|
||||
<AuthenticationForm />
|
||||
</Flex>
|
||||
);
|
||||
};
|
||||
export default LoginPage;
|
||||
Reference in New Issue
Block a user