Skip to content

Commit

Permalink
Update App.js to resolve deployment failure
Browse files Browse the repository at this point in the history
deployment was failing because it couldn't find ResetPassword
  • Loading branch information
AvdhutPailwan authored May 15, 2024
1 parent aaa78c0 commit b9c90f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Listing from "./pages/Listing";
import NotFound from "./pages/NotFound";
import SignIn from "./pages/SignIn";
import SignUp from "./pages/SignUp";
import ResetPassword from "./pages/ResetPassword";
// import ResetPassword from "./pages/ResetPassword";
import Cart from "./pages/cart";
import Wishlist from "./pages/wishList";
import "./responsive.css";
Expand Down

0 comments on commit b9c90f6

Please sign in to comment.