Skip to content

Commit 239de4d

Browse files
Update src/components/interactive-builder/modals/add-form-reference/add-form-reference.modal.tsx
Co-authored-by: Nethmi Rodrigo <[email protected]>
1 parent 722c380 commit 239de4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/interactive-builder/modals/add-form-reference/add-form-reference.modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
import { showSnackbar } from '@openmrs/esm-framework';
2020
import { useForms } from '@hooks/useForms';
2121
import { useClobdata } from '@hooks/useClobdata';
22-
import { type Form as FormType, type Schema, type FormPage, type FormSection, type FormField } from '@types';
22+
import type { Form as FormType, Schema, FormPage, FormSection, FormField } from '@types';
2323
import styles from './add-form-reference.scss';
2424

2525
interface AddFormReferenceModalProps {

0 commit comments

Comments
 (0)