Skip to content

Commit 2165273

Browse files
committed
initial page
1 parent 1a07a0f commit 2165273

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/login.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { createPage } from "../components/page"
2+
import { UnsubscribeConfirm } from "../components/Email/unsubscribe"
3+
import { createGetStaticTranslationProps } from "components/translations"
4+
5+
export default createPage({
6+
title: "Login",
7+
Page: () => {
8+
return <div>Hello World</div>
9+
}
10+
})
11+
12+
export const getStaticProps = createGetStaticTranslationProps([
13+
"auth",
14+
"common",
15+
"footer"
16+
])

0 commit comments

Comments
 (0)