From c66c5d79aed15e699ece803a75c84826629add70 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Tue, 29 Aug 2023 10:46:51 +0000 Subject: [PATCH] Added basic NavBar with Common links. --- src/App.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 76b4c46..12ea2b4 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ import "react-bootstrap/Navbar" import "react-bootstrap/Nav" import './App.css'; import Container from "react-bootstrap/Container"; -import { Navbar } from "react-bootstrap/esm"; +import { Nav, Navbar } from "react-bootstrap/esm"; function App() { const FBapp = initializeApp(FirebaseConfig); @@ -14,7 +14,12 @@ function App() {
- App + App +

React App