Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Feb 26, 2025
1 parent 8d6d002 commit 87e1fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/EncounterDetails/AIScribe/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { EditFilled, PlusOutlined, SaveFilled } from '@ant-design/icons';
import { Trans, t } from '@lingui/macro';
import { isNotAsked } from 'aidbox-react';
import { Button, notification, Select } from 'antd';
import { Communication, Questionnaire, Reference } from 'fhir/r4b';
import { useState } from 'react';
Expand All @@ -10,6 +9,7 @@ import config from '@beda.software/emr-config';
import { RenderRemoteData, extractBundleResources, formatError, useService } from '@beda.software/fhir-react';
import {
isSuccess,
isNotAsked,
success,
RemoteData,
notAsked,
Expand Down

0 comments on commit 87e1fc7

Please sign in to comment.