Files
bakery-ia/fdev-ffrontend/src/components/pos/index.ts
2025-08-28 10:41:04 +02:00

4 lines
275 B
TypeScript

export { default as POSConfigurationForm } from './POSConfigurationForm';
export { default as POSConfigurationCard } from './POSConfigurationCard';
export { default as POSManagementPage } from './POSManagementPage';
export { default as POSSyncStatus } from './POSSyncStatus';