export enum PayrollDashboardActions {
  FETCH_DASHBOARD = 'payrollDashboard/fetchDashboard',
}
