Skip to content

Commit

Permalink
Remove relative module path from the import statement (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmale authored Apr 24, 2024
1 parent 5dadecc commit 3fa8c75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
import { showSnackbar } from '@openmrs/esm-framework';
import { useLaunchWorkspaceRequiringVisit } from '@openmrs/esm-patient-common-lib/src/useLaunchWorkspaceRequiringVisit';
import { useLaunchWorkspaceRequiringVisit } from '@openmrs/esm-patient-common-lib';
import { Button } from '@carbon/react';
import { OHRIFormFieldProps } from '../../../api/types';
import styles from './workspace-launcher.scss';
Expand Down

0 comments on commit 3fa8c75

Please sign in to comment.