From 4f3380a73c226a4157ae22270cc771cc79c11196 Mon Sep 17 00:00:00 2001 From: isHardCoded Date: Wed, 9 Jul 2025 22:37:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D1=8B=D0=BB=D0=B8=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BA=D0=B8=20=D1=81=20=D0=BF=D0=BE=D0=BC=D0=BE=D1=89=D1=8C?= =?UTF-8?q?=D1=8E=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=20Link=20=D0=B2=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9=20=D0=BF=D0=B0=D0=BD?= =?UTF-8?q?=D0=B5=D0=BB=D0=B8=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=20Header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header/index.jsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 = () => {