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