Skip to content
Snippets Groups Projects
Unverified Commit 1c51ef5a authored by Runc2333's avatar Runc2333 Committed by GitHub
Browse files

Fix typo in routes.jsx (#25850)

parent 5d603363
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ export const getRoutes = store => ( ...@@ -201,7 +201,7 @@ export const getRoutes = store => (
{/* MAIN */} {/* MAIN */}
<Route component={IsAuthenticated}> <Route component={IsAuthenticated}>
{/* The global all hands rotues, things in here are for all the folks */} {/* The global all hands routes, things in here are for all the folks */}
<Route <Route
path="/" path="/"
component={HomePage} component={HomePage}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment