Added Functionality for Header and react router dom

This commit is contained in:
Sarim-Sheikh-2003
2023-10-28 17:07:11 -06:00
parent 87278f4c56
commit ecd1b97c28
19 changed files with 161 additions and 75 deletions

View File

@ -0,0 +1,5 @@
export default function JoinTheClub() {
return (
<p>Join The Club</p>
);
};

View File

@ -0,0 +1,5 @@
export default function UpcomingEvents() {
return (
<p>Upcoming Events</p>
);
};