diff --git a/front/src/modules/people/components/PeopleCompanyCreateCell.tsx b/front/src/modules/people/components/PeopleCompanyCreateCell.tsx index 3222b337b..59f4bc75f 100644 --- a/front/src/modules/people/components/PeopleCompanyCreateCell.tsx +++ b/front/src/modules/people/components/PeopleCompanyCreateCell.tsx @@ -2,7 +2,7 @@ import { useState } from 'react'; import { getOperationName } from '@apollo/client/utilities'; import { v4 } from 'uuid'; -import { GET_COMPANIES } from '@/companies/services'; +import { GET_COMPANIES } from '@/companies/queries'; import { useRecoilScopedState } from '@/recoil-scope/hooks/useRecoilScopedState'; import { relationPickerSearchFilterScopedState } from '@/relation-picker/states/relationPickerSearchFilterScopedState'; import { isCreateModeScopedState } from '@/ui/components/editable-cell/states/isCreateModeScopedState';