From 0a7b522b8751ffe104183f6a04e8eeb86db104ac Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Thu, 25 Jul 2024 19:21:16 +0200 Subject: [PATCH] chore: remove unused import --- .../PaymentReceives/PaymentsLanding/PaymentReceivesList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/webapp/src/containers/Sales/PaymentReceives/PaymentsLanding/PaymentReceivesList.tsx b/packages/webapp/src/containers/Sales/PaymentReceives/PaymentsLanding/PaymentReceivesList.tsx index 66a7b59d6..38a04e170 100644 --- a/packages/webapp/src/containers/Sales/PaymentReceives/PaymentsLanding/PaymentReceivesList.tsx +++ b/packages/webapp/src/containers/Sales/PaymentReceives/PaymentsLanding/PaymentReceivesList.tsx @@ -5,7 +5,6 @@ import '@/style/pages/PaymentReceive/List.scss'; import { DashboardPageContent } from '@/components'; import { PaymentReceivesListProvider } from './PaymentReceiptsListProvider'; -import PaymentReceiveViewTabs from './PaymentReceiveViewTabs'; import PaymentReceivesTable from './PaymentReceivesTable'; import PaymentReceiveActionsBar from './PaymentReceiveActionsBar';