Skip to content

Commit 4198260

Browse files
authored
Merge pull request #4 from Sailokeshg/Incorrect_Path
No path or Component named Landing exists in the project
2 parents b026198 + 7393140 commit 4198260

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/App.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Profile from "./components/profile/Profile";
88
import Navigation from "./components/navigation/Navigation";
99
import Login from "./components/login/Login";
1010
import "./App.css";
11-
import Landing from "./components/landing/Landing";
1211

1312

1413
const HasAccessToRouter = () => {
@@ -25,7 +24,6 @@ const HasAccessToRouter = () => {
2524
<Route path="/" exact component={Home} />
2625
<Route path="/login" component={Login} />
2726
<SecureRoute path="/profile" exact component={Profile} />
28-
<SecureRoute path="/landing" exact component={Landing} />
2927
<Route path="/callback" component={LoginCallback} />
3028
</Security>
3129
);

0 commit comments

Comments
 (0)