diff --git a/src/stores/timesheet-store.ts b/src/stores/timesheet-store.ts index faba525..936ee33 100644 --- a/src/stores/timesheet-store.ts +++ b/src/stores/timesheet-store.ts @@ -7,7 +7,7 @@ import type { PayPeriod } from 'src/modules/shared/types/pay-period-interface'; import type { PayPeriodOverviewEmployee } from "src/modules/timesheet-approval/types/timesheet-approval-pay-period-overview-employee-interface"; import type { PayPeriodReportFilters } from 'src/modules/timesheet-approval/types/timesheet-approval-pay-period-report-interface'; import type { Timesheet } from 'src/modules/timesheets/types/timesheet-interface'; -import type{ CreateShiftPayload } from 'src/modules/timesheets/types/timesheet-shifts-payload-interface'; +import type { CreateShiftPayload } from 'src/modules/timesheets/types/timesheet-shifts-payload-interface'; const default_pay_period: PayPeriod = { pay_period_no: -1,