Skip to content

Commit e7bfab6

Browse files
committed
Tweaking App component
1 parent 3ac619e commit e7bfab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { LinkContainer } from "react-router-bootstrap";
55
import Routes from "./Routes";
66
import "./App.css";
77

8-
function App() {
8+
function App(props) {
99
return (
1010
<div className="App container">
1111
<Navbar fluid collapseOnSelect>

0 commit comments

Comments
 (0)