fetch and display projects

This commit is contained in:
Takeshi Kimata
2024-02-05 22:34:07 +09:00
parent 7ad22e2891
commit 613f1cf962
4 changed files with 77 additions and 27 deletions

View File

@@ -4,8 +4,8 @@ export default function ProjectsLayout({
children: React.ReactNode;
}) {
return (
<section className="flex flex-col items-center justify-center gap-4 py-4 md:py-5">
<>
{children}
</section>
</>
);
}