Skip to content

Commit

Permalink
Update routes.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalShukla-web authored Jul 19, 2023
1 parent d1f342b commit c90db5f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,10 @@ const Routes = () => {
return (
<Router>
<AuthIsLoaded>
<CodeLabzAppBar />
{/* <Navbar /> */}
<Switch>//HomePage
<Route exact path={"/"} component={
() => (
<div>
<CodeLabzAppBar />
<HomePage />
</div>
)
} />
<Switch>
<Route exact path={"/"} component={HomePage} />
<Route
exact
path={"/login"}
Expand Down

0 comments on commit c90db5f

Please sign in to comment.