Skip to content

Commit

Permalink
Merge pull request #23 from mrswastik-robot/eventsCollection
Browse files Browse the repository at this point in the history
Events collection
  • Loading branch information
mrswastik-robot authored Apr 13, 2024
2 parents f4b7f7f + ac66770 commit aac26ef
Show file tree
Hide file tree
Showing 8 changed files with 1,201 additions and 277 deletions.
13 changes: 13 additions & 0 deletions app/EventDetailsPage/[eventTitle]/layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


export default function EventDetailsPage ({
children,
}: {
children: React.ReactNode;
}) {
return(
<div className=" md:container md:max-w-7xl md:mx-auto">
{children}
</div>
)
}
Loading

0 comments on commit aac26ef

Please sign in to comment.