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';