diff --git a/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx b/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx index d80f54749..cba526e6c 100644 --- a/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx +++ b/apps/client/src/features/modals/sheets-modal/SheetsModal.tsx @@ -12,21 +12,20 @@ import { } from '@chakra-ui/react'; import { IoCheckmarkCircleOutline } from '@react-icons/all-files/io5/IoCheckmarkCircleOutline'; import { IoCloseCircleOutline } from '@react-icons/all-files/io5/IoCloseCircleOutline'; - import { useQueryClient } from '@tanstack/react-query'; -import { OntimeRundown, ProjectData, UserFields, GoogleSheetState } from 'ontime-types'; +import { GoogleSheetState,OntimeRundown, ProjectData, UserFields } from 'ontime-types'; import { PROJECT_DATA, RUNDOWN, USERFIELDS } from '../../../common/api/apiConstants'; import { maybeAxiosError } from '../../../common/api/apiUtils'; import { getSheetsAuthUrl, + getSheetSettings, + getSheetstate, patchData, postPreviewSheet, postPushSheet, - uploadSheetClientFile, - getSheetSettings, postSheetSettings, - getSheetstate, + uploadSheetClientFile, } from '../../../common/api/ontimeApi'; import { projectDataPlaceholder } from '../../../common/models/ProjectData'; import { userFieldsPlaceholder } from '../../../common/models/UserFields';