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.
2 parents c668855 + e7bfab6 commit 34b80c3Copy full SHA for 34b80c3
src/App.js
@@ -6,7 +6,7 @@ import { LinkContainer } from "react-router-bootstrap";
6
import Routes from "./Routes";
7
import "./App.css";
8
9
-function App() {
+function App(props) {
10
const [isAuthenticating, setIsAuthenticating] = useState(true);
11
const [isAuthenticated, userHasAuthenticated] = useState(false);
12
0 commit comments