Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(patients): add visit functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
morrme committed Aug 1, 2020
1 parent affa668 commit b1c4d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patients/visits/VisitForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Alert, Column, Row } from '@hospitalrun/components'
import React, { useState } from 'react'

import DateTimePickerWithLabelFormGroup from '../../shared/components/input/DateTimePickerWithLabelFormGroup'

import SelectWithLabelFormGroup, {
Option,
} from '../../shared/components/input/SelectWithLableFormGroup'
Expand Down

0 comments on commit b1c4d77

Please sign in to comment.