diff --git a/src/services/dataService.ts b/src/services/dataService.ts index 68a8356..eef2627 100644 --- a/src/services/dataService.ts +++ b/src/services/dataService.ts @@ -1,4 +1,3 @@ - import { IndJob } from '@/lib/types'; import { IndJobRecord, IndJobRecordNoId, IndTransactionRecord, IndTransactionRecordNoId, IndBillitemRecord, IndBillitemRecordNoId } from '@/lib/pbtypes'; import * as jobService from './jobService';