Skip to content

Commit 34b80c3

Browse files
committed
Merge branch 'configure-aws-amplify-new' into redirect-on-login-new
2 parents c668855 + e7bfab6 commit 34b80c3

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
@@ -6,7 +6,7 @@ import { LinkContainer } from "react-router-bootstrap";
66
import Routes from "./Routes";
77
import "./App.css";
88

9-
function App() {
9+
function App(props) {
1010
const [isAuthenticating, setIsAuthenticating] = useState(true);
1111
const [isAuthenticated, userHasAuthenticated] = useState(false);
1212

0 commit comments

Comments
 (0)