diff --git a/client/src/ui/system/navbar.js b/client/src/ui/system/navbar.js new file mode 100644 index 0000000..9cbfaa1 --- /dev/null +++ b/client/src/ui/system/navbar.js @@ -0,0 +1,13 @@ +import React from 'react' +import "../../App.css"; + +function Navbar(props){ + + return ( +
+ Navbar +
+ ); +} + +export default Navbar; \ No newline at end of file