mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 02:32:00 +10:00
page titles and nav
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
import Head from "next/head";
|
||||
import Login from "../components/login";
|
||||
|
||||
export default function LoginPage() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Login | Documenso</title>
|
||||
</Head>
|
||||
<Login></Login>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user