mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-11 13:47:13 -06:00
Added Functionality for Header and react router dom
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
export default function JoinTheClub() {
|
||||
return (
|
||||
<p>Join The Club</p>
|
||||
);
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
export default function UpcomingEvents() {
|
||||
return (
|
||||
<p>Upcoming Events</p>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user