+
\ No newline at end of file
diff --git a/src/modules/timesheets/components/timesheet/timesheet-shift-form.vue b/src/modules/timesheets/components/timesheet/deprecated-timesheet-shift-form.vue
similarity index 99%
rename from src/modules/timesheets/components/timesheet/timesheet-shift-form.vue
rename to src/modules/timesheets/components/timesheet/deprecated-timesheet-shift-form.vue
index 17a9dbf..9d3e299 100644
--- a/src/modules/timesheets/components/timesheet/timesheet-shift-form.vue
+++ b/src/modules/timesheets/components/timesheet/deprecated-timesheet-shift-form.vue
@@ -6,7 +6,7 @@ import { useTimesheetStore } from 'src/stores/timesheet-store';
import TimesheetShiftComment from '../shift/timesheet-shift-comment.vue';
import TimesheetSavePayload from './timesheet-save-payload.vue';
import type { Shift } from '../../types/timesheet-shift-interface';
-import type { CreateShiftPayload } from '../../types/timesheet-shifts-payload-interface';
+import type{ CreateShiftPayload } from '../../types/timesheet-shifts-payload-interface';
const timesheet_store = useTimesheetStore();
diff --git a/src/modules/timesheets/components/timesheet/timesheet-navigation.vue b/src/modules/timesheets/components/timesheet/timesheet-navigation.vue
index 1a1136b..1713d8d 100644
--- a/src/modules/timesheets/components/timesheet/timesheet-navigation.vue
+++ b/src/modules/timesheets/components/timesheet/timesheet-navigation.vue
@@ -1,45 +1,94 @@