Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -7,7 +7,7 @@ import OTOChat from "./OTOChat/OTOChatContainer"; | ... | @@ -7,7 +7,7 @@ import OTOChat from "./OTOChat/OTOChatContainer"; |
7 | 7 | ||
8 | const LoggedInRoutes = () => ( | 8 | const LoggedInRoutes = () => ( |
9 | <> | 9 | <> |
10 | - <Route path="/Home" component={Home} /> | 10 | + <Route exact path="/" component={Home} /> |
11 | <Route path="/OTOChat" component={OTOChat} /> | 11 | <Route path="/OTOChat" component={OTOChat} /> |
12 | <Route path="/RandomChat" component={Home} /> | 12 | <Route path="/RandomChat" component={Home} /> |
13 | <Route path="/CategoryChat" component={Home} /> | 13 | <Route path="/CategoryChat" component={Home} /> | ... | ... |
-
Please register or login to post a comment