diff --git a/src/components/inputs/workspace-launcher/workspace-launcher.component.tsx b/src/components/inputs/workspace-launcher/workspace-launcher.component.tsx index 2d1e0cf7..65ec30cd 100644 --- a/src/components/inputs/workspace-launcher/workspace-launcher.component.tsx +++ b/src/components/inputs/workspace-launcher/workspace-launcher.component.tsx @@ -3,8 +3,8 @@ import { useTranslation } from 'react-i18next'; import { showSnackbar } from '@openmrs/esm-framework'; import { useLaunchWorkspaceRequiringVisit } from '@openmrs/esm-patient-common-lib'; import { Button } from '@carbon/react'; -import { isTrue } from 'src/utils/boolean-utils'; import { type FormFieldInputProps } from '../../../types'; +import { isTrue } from '../../../utils/boolean-utils'; import styles from './workspace-launcher.scss'; const WorkspaceLauncher: React.FC = ({ field }) => {