0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Remove unused instructions

This commit is contained in:
yude 2021-08-14 10:16:41 +09:00
parent d923c686ae
commit fafd1f4533
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -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>
</>
)
}