Skip to content

Commit

Permalink
fixed import error (#281)
Browse files Browse the repository at this point in the history
* version bump

* fixed import error
  • Loading branch information
GiladSchneider authored Jul 22, 2024
1 parent 8effec2 commit 8588aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/telemed-ehr/app/src/pages/AddSchedulePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { useNavigate, useParams } from 'react-router-dom';
import CustomBreadcrumbs from '../components/CustomBreadcrumbs';
import { useApiClients } from '../hooks/useAppClients';
import PageContainer from '../layout/PageContainer';
import { TIMEZONE_EXTENSION_URL, getResource } from './Schedule';
import { getResource } from '../helpers/schedule';
import { TIMEZONE_EXTENSION_URL } from '../constants';
import { Resource } from 'fhir/r4';

export default function AddSchedulePage(): ReactElement {
Expand Down

0 comments on commit 8588aab

Please sign in to comment.