components customers move to folter components

This commit is contained in:
hamid zarghami
2025-11-05 14:07:24 +03:30
parent 2b1b2daacf
commit 314e467b07
5 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
import Button from '@/components/Button'
import CustomerStats from '@/components/CustomerStats'
import AddressesTable from './AddressesTable'
import TransactionsTable from './TransactionsTable'
import PointsLogTable from './PointsLogTable'
import DiscountCodesTable from './DiscountCodesTable'
import AddressesTable from './components/AddressesTable'
import TransactionsTable from './components/TransactionsTable'
import PointsLogTable from './components/PointsLogTable'
import DiscountCodesTable from './components/DiscountCodesTable'
import { Edit, TaskSquare } from 'iconsax-react'
import { type FC } from 'react'