From 8f3a4c13d17bd11957cee5e11ce4858e117e6512 Mon Sep 17 00:00:00 2001 From: Matthieu Haineault Date: Tue, 9 Sep 2025 09:46:38 -0400 Subject: [PATCH] fix(timesheet): ajusted imports to type --- .../components/timesheet/timesheet-save-payload.vue | 4 ++-- .../timesheets/components/timesheet/timesheet-shift-form.vue | 4 ++-- src/modules/timesheets/composables/use-timesheet-api.ts | 2 +- src/modules/timesheets/pages/timesheet-temp-page.vue | 2 +- src/modules/timesheets/services/timesheet-services.ts | 2 +- src/stores/timesheet-store.ts | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/timesheets/components/timesheet/timesheet-save-payload.vue b/src/modules/timesheets/components/timesheet/timesheet-save-payload.vue index a2f3c2a..b359c64 100644 --- a/src/modules/timesheets/components/timesheet/timesheet-save-payload.vue +++ b/src/modules/timesheets/components/timesheet/timesheet-save-payload.vue @@ -1,8 +1,8 @@