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