Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Sep 18, 2024
1 parent 5708ef0 commit 284debb
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import type { Questionnaire, QuestionnaireResponse } from 'fhir/r4';

import {
Extractable,
extractObservationBased,
mapQItemsExtractable
} from '../utils/extractObservation';
import type { Extractable } from '../utils/extractObservation';
import { extractObservationBased, mapQItemsExtractable } from '../utils/extractObservation';
import {
observationResults,
qExtractSample,
Expand Down

0 comments on commit 284debb

Please sign in to comment.