mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +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")
|
||||
|
||||
return (
|
||||
<>
|
||||
<DefaultSeo {...SEO} />
|
||||
<Layout title={t('home')}>
|
||||
<div className="my-9 text-center">
|
||||
<div className="m-10">
|
||||
@ -62,5 +64,6 @@ export default function Index(props) {
|
||||
|
||||
</div>
|
||||
</Layout>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user