0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00
This commit is contained in:
yude 2021-05-23 14:54:22 +09:00
parent 7ff35ba2f9
commit 56b552cac3
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -1,6 +1,5 @@
import Layout from "./components/Layout"
import useTranslation from 'next-translate/useTranslation'
import { useRouter } from 'next/router'
export default function About(props) {
@ -10,7 +9,6 @@ export default function About(props) {
const house = t('house')
return (
<Layout title={house}>
<p className="my-2 text-3xl">{house}</p>
<div className="mx-9">