We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b026198 + 7393140 commit 4198260Copy full SHA for 4198260
src/App.js
@@ -8,7 +8,6 @@ import Profile from "./components/profile/Profile";
8
import Navigation from "./components/navigation/Navigation";
9
import Login from "./components/login/Login";
10
import "./App.css";
11
-import Landing from "./components/landing/Landing";
12
13
14
const HasAccessToRouter = () => {
@@ -25,7 +24,6 @@ const HasAccessToRouter = () => {
25
24
<Route path="/" exact component={Home} />
26
<Route path="/login" component={Login} />
27
<SecureRoute path="/profile" exact component={Profile} />
28
- <SecureRoute path="/landing" exact component={Landing} />
29
<Route path="/callback" component={LoginCallback} />
30
</Security>
31
);
0 commit comments