mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Cleanup
This commit is contained in:
parent
7ff35ba2f9
commit
56b552cac3
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user