diff --git a/worklenz-frontend/src/pages/projects/projectView/finance/ratecard-tab/reatecard-table/ratecard-table.tsx b/worklenz-frontend/src/pages/projects/projectView/finance/ratecard-tab/reatecard-table/ratecard-table.tsx index 90517fbe..923fc600 100644 --- a/worklenz-frontend/src/pages/projects/projectView/finance/ratecard-tab/reatecard-table/ratecard-table.tsx +++ b/worklenz-frontend/src/pages/projects/projectView/finance/ratecard-tab/reatecard-table/ratecard-table.tsx @@ -5,7 +5,7 @@ import { DeleteOutlined, PlusOutlined, SaveOutlined } from '@ant-design/icons'; import { useAppSelector } from '../../../../../../hooks/useAppSelector'; import { useAppDispatch } from '../../../../../../hooks/useAppDispatch'; import { useTranslation } from 'react-i18next'; -import { JobRoleType, IJobType } from '@/types/project/ratecard.types'; +import { JobRoleType, IJobType, RatecardType } from '@/types/project/ratecard.types'; import { deleteProjectRateCardRoleById, fetchProjectRateCardRoles,