fetch and display projects
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user