LMS-BGN/src/features/payroll-reward-system/components/index.ts

8 lines
292 B
TypeScript

/**
* Payroll Reward System Components
*/
export { RewardDashboard } from './RewardDashboard';
export { WalletBalance } from './WalletBalance';
export { PayrollManagement } from './PayrollManagement';
export { PayrollErrorBoundary, useErrorHandler, AsyncComponent } from './ErrorBoundary';