diff --git a/client/src/App.js b/client/src/App.js
index 2a4bc88..c70adfe 100644
--- a/client/src/App.js
+++ b/client/src/App.js
@@ -1,6 +1,15 @@
+import { BrowserRouter as Router } from 'react-router-dom';
+import NavBar from './components/Navbar';
+
function App() {
return (
-
+
+
+
+
+
+
+
);
}
diff --git a/client/src/components/Navbar/style.css b/client/src/components/Navbar/style.css
index 9a6bcc2..63b5d4a 100644
--- a/client/src/components/Navbar/style.css
+++ b/client/src/components/Navbar/style.css
@@ -1,23 +1,18 @@
-.container{
- display: flex;
- flex-direction: row;
- justify-content: space-around;
-
+.container {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-around;
}
-.img-logo{
- width: 90px;
- height: 80px;
-
+.img-logo {
+ width: 90px;
+ height: 80px;
}
-.list{
- display: flex ;
- align-self: center;
-
+.list {
+ display: flex;
+ align-self: center;
+}
+.agent {
+ display: flex;
+ flex-direction: row;
+ align-self: center;
}
-.agent{
-
- display: flex ;
- flex-direction: row ;
- align-self: center;
-
-}
\ No newline at end of file