Skip to content

Commit

Permalink
Renamed Landing Page
Browse files Browse the repository at this point in the history
  • Loading branch information
DanZfsd committed Jul 3, 2024
1 parent 717ed31 commit 1bb65e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Login from "./components/auth/Login";
import Signup from "./components/auth/Signup";
import PrivateRoute from "./components/auth/PrivateRoute";
import CreatePage from "./components/pages/CreatePage";
import LandingPage from "./components/pages/LandingPage";
import PetListPage from "./components/pages/PetListPage";
import DisplayPage from "./components/pages/DisplayPage";
import SimpleEntityCreatePage from "./components/pages/SimpleEntityCreatePage";
import SimpleEntityDisplayPage from "./components/pages/SimpleEntityDisplayPage";
Expand Down Expand Up @@ -58,7 +58,7 @@ const App = (): React.ReactElement => {
<PrivateRoute
exact
path={Routes.HOME_PAGE}
component={LandingPage}
component={PetListPage}
/>
<PrivateRoute
exact
Expand Down

0 comments on commit 1bb65e7

Please sign in to comment.