mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Remove unused instructions
This commit is contained in:
parent
d923c686ae
commit
fafd1f4533
@ -28,6 +28,8 @@ export default function Index(props) {
|
|||||||
const { t, lang } = useTranslation("index")
|
const { t, lang } = useTranslation("index")
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
|
<DefaultSeo {...SEO} />
|
||||||
<Layout title={t('home')}>
|
<Layout title={t('home')}>
|
||||||
<div className="my-9 text-center">
|
<div className="my-9 text-center">
|
||||||
<div className="m-10">
|
<div className="m-10">
|
||||||
@ -62,5 +64,6 @@ export default function Index(props) {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user