feat
Deskripsi: - Feature splash screen - Create login page
This commit is contained in:
11
src/app_modules/auth/login/view.tsx
Normal file
11
src/app_modules/auth/login/view.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
"use client"
|
||||
import { Center, Title } from "@mantine/core";
|
||||
|
||||
export default function Login(){
|
||||
return <>
|
||||
<Center h={"100vh"}>
|
||||
<Title>Login</Title>
|
||||
|
||||
</Center>
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user