From 000df98f238732778f6eae96a95839f1a8d982bc Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Thu, 26 Feb 2026 10:52:15 +0330 Subject: [PATCH] sidebar update --- src/shared/Sidebar.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/shared/Sidebar.tsx b/src/shared/Sidebar.tsx index 667161d..6df4d0d 100644 --- a/src/shared/Sidebar.tsx +++ b/src/shared/Sidebar.tsx @@ -1,7 +1,6 @@ import { type FC } from 'react'; import LogoImage from '@/assets/images/logo.svg'; import { - AddSquare, DocumentText, Element3, ElementEqual, @@ -23,7 +22,6 @@ import { Paths } from '../config/Paths'; import { useSharedStore } from './store/useSharedStore'; import { clx } from '../helpers/utils'; import { t } from '../locale'; -import Button from '@/components/Button'; const SideBar: FC = () => { @@ -173,17 +171,6 @@ const SideBar: FC = () => {
-
-
{t('sidebar.submitYourOrder')}
-
{t('sidebar.submitYourOrderDescription')}
- -
-
}