components customers move to folter components
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user