Skip to content

Commit

Permalink
fix: fix double import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Oct 18, 2023
1 parent 592e685 commit c51f290
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ import { initSyncHierarchyTableEffect, OBSERVATION, syncOnChangeFormValue } from
import { PmsiListType } from 'state/pmsi'
import { fetchBiology } from 'state/biology'
import { useAppDispatch, useAppSelector } from 'state'
import { Comparators } from 'types'
import { EXPLORATION } from 'utils/constants'

import { Comparators, CriteriaDrawerComponentProps } from 'types'


export const defaultBiology = {
type: OBSERVATION,
title: 'Critères de biologie',
Expand Down

0 comments on commit c51f290

Please sign in to comment.