mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-10 06:32:06 +02:00
Remove redundant code
This commit is contained in:
parent
abb502c863
commit
1e89cccdc9
12 changed files with 375 additions and 377 deletions
|
@ -39,7 +39,7 @@ const ProjectsPage = ({ data }) => {
|
|||
|
||||
const { t } = useI18next();
|
||||
return (
|
||||
<Layout module="projects" title={t("projects")} description={t("projectsDescription")}>
|
||||
<Layout title={t("projects")} description={t("projectsDescription")}>
|
||||
<section>
|
||||
<article>
|
||||
<h1><Trans>projects</Trans></h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue