Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramigna committed Dec 22, 2023
1 parent 3321164 commit b7f8006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/expo/src/components/organisms/LabDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getPDFUrl } from '@/fhirpath/documentreference';
import { palette } from '@/theme/colors';
import { api } from '@/utils/api';
import { getIdPartFromReference } from '@/utils/fhir';
import { Ionicons, MaterialCommunityIcons } from '@expo/vector-icons';
import { Ionicons } from '@expo/vector-icons';
import dayjs from 'dayjs';

import { type DocumentReference } from '@careforge/canvas';
Expand Down

0 comments on commit b7f8006

Please sign in to comment.