mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
login draft
This commit is contained in:
9
apps/web/pages/login.tsx
Normal file
9
apps/web/pages/login.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import Login from "../components/login";
|
||||
|
||||
export default function LoginPage() {
|
||||
return (
|
||||
<>
|
||||
<Login></Login>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user