Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
AditiSharma00 committed Mar 29, 2023
1 parent 9b1400b commit fefecbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pharmeasy/src/Components/Navbar.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";

const Navbar = () => {
return <div></div>;
};

export default Navbar;

0 comments on commit fefecbd

Please sign in to comment.