From e4678b775be2d968e06d3c674e59d5da69db8b0e Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 20:08:48 +0100 Subject: [PATCH] Testing navbar --- client/src/ui/system/navbar.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/src/ui/system/navbar.js 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