refactor: Remove unused createCustomersCollection export and related usage

- Eliminate `createCustomersCollection` from collections and main index files
- Update `config.collections` logic to remove customer collection dependency
This commit is contained in:
2025-09-15 21:15:18 +02:00
parent a340e5d9e7
commit 5f8fee33bb
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
export { createCustomersCollection } from './customers'
export { createInvoicesCollection } from './invoices'
export { createPaymentsCollection } from './payments'
export { createRefundsCollection } from './refunds'
export { createRefundsCollection } from './refunds'