We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac619e commit e7bfab6Copy full SHA for e7bfab6
src/App.js
@@ -5,7 +5,7 @@ import { LinkContainer } from "react-router-bootstrap";
5
import Routes from "./Routes";
6
import "./App.css";
7
8
-function App() {
+function App(props) {
9
return (
10
<div className="App container">
11
<Navbar fluid collapseOnSelect>
0 commit comments