diff --git a/src/App.jsx b/src/App.jsx index 18dbc16..309d9c7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,6 +10,7 @@ import Login from "./Pages/Login"; import Product from "./Pages/Product"; import Shop from "./Pages/Shop"; import ShopCategory from "./Pages/ShopCategory"; +import Saved from "./Pages/WishList" import About from "./Pages/About"; import "./index.css"; @@ -28,12 +29,16 @@ const App = () => { } /> } /> } /> + } /> } /> + ); }; + + const LoginWithFooter = () => ( <> @@ -69,4 +74,13 @@ const ShopCategoryWithFooter = ({ banner, category }) => ( ); +const WishlistWithFooter=()=>( + + <> + +