0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-23 04:30:11 +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 Layout from "./components/Layout"
import useTranslation from 'next-translate/useTranslation' import useTranslation from 'next-translate/useTranslation'
import { useRouter } from 'next/router' import { useRouter } from 'next/router'
export default function About(props) { export default function About(props) {
@ -10,7 +9,6 @@ export default function About(props) {
const house = t('house') const house = t('house')
return ( return (
<Layout title={house}> <Layout title={house}>
<p className="my-2 text-3xl">{house}</p> <p className="my-2 text-3xl">{house}</p>
<div className="mx-9"> <div className="mx-9">