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

5
src/AboutUs/AboutUs.js Normal file
View File

@ -0,0 +1,5 @@
export default function AboutsUs() {
return (
<p>About Us</p>
);
};