mirror of
https://github.com/yude-jp/yude.jp
synced 2025-12-16 12:44:16 +09:00
Remove unused instructions
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user