diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx index 277a326..772553a 100644 --- a/src/components/header/index.jsx +++ b/src/components/header/index.jsx @@ -4,6 +4,7 @@ import CartIcon from '../../assets/icons/cart.svg' import UserIcon from '../../assets/icons/user.svg' import WishlistIcon from '../../assets/icons/wishlist.svg' import LoopIcon from '../../assets/icons/loop.svg' +import { Link } from 'react-router-dom' const Header = () => { return ( @@ -12,13 +13,13 @@ const Header = () => {