Skip to content

Commit

Permalink
remove landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
thuypham03 committed Sep 6, 2023
1 parent 05c6fff commit a6c1a97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ const App = (): ReactElement => {

return (
<ThemeProvider theme={theme}>
<LandingPage />
{/* <Router>
<Router>
<NavBar headersData={headersData} user={user} setUser={setUser} />
<div className="root">
<Switch>
Expand All @@ -126,7 +125,7 @@ const App = (): ReactElement => {
</Switch>
</div>
<Footer />
</Router> */}
</Router>
</ThemeProvider>
);
};
Expand Down

0 comments on commit a6c1a97

Please sign in to comment.