From 519c4a36b02e5c84f7ca17f70193091b3c517bb3 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Thu, 26 Feb 2026 10:51:10 +0330 Subject: [PATCH] fix warning --- src/shared/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/Header.tsx b/src/shared/Header.tsx index f46ba0c..c3b59ee 100644 --- a/src/shared/Header.tsx +++ b/src/shared/Header.tsx @@ -1,6 +1,6 @@ import { type FC, useEffect, useState } from 'react' import Input from '@/components/Input' -import { ArrowDown2, Card, CloseCircle, HambergerMenu, Logout, ProfileCircle, Receipt1, Setting2, TicketDiscount, Wallet } from 'iconsax-react' +import { ArrowDown2, CloseCircle, HambergerMenu, Logout } from 'iconsax-react' import { Link } from 'react-router-dom' import { useLocation } from 'react-router-dom' import Notifications from '@/pages/notification/Notification'