Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Jan 14, 2025
1 parent d83e0ea commit f51558e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ import { Typography } from '@mui/material'
import { useFormik } from 'formik'
import { useEffect } from 'react'

import { AmountFilterInterval, FiltersFormValues } from '~/components/designSystem/Filters/types'
import {
AMOUNT_INTERVALS_TRANSLATION_MAP,
AmountFilterInterval,
FiltersFormValues,
parseAmountValue,
} from '~/components/designSystem/Filters/utils'
} from '~/components/designSystem/Filters'
import { ComboBoxField, TextInputField } from '~/components/form'
import { useInternationalization } from '~/hooks/core/useInternationalization'

Expand Down
3 changes: 1 addition & 2 deletions src/components/designSystem/Filters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { FiltersProvider } from './context'
import { Filters as Component } from './Filters'
import { QuickFilters } from './QuickFilters'

export { AvailableFiltersEnum, AvailableQuickFilters } from './types'
export { useFilters } from './useFilters'
export * from './types'
export * from './utils'

export const Filters = {
Expand Down
1 change: 0 additions & 1 deletion src/components/designSystem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export * from './Card'
export * from './Chip'
export * from './Dialog'
export * from './Drawer'
export * from './Filters'
export * from './Icon'
export * from './InfiniteScroll'
export * from './NavigationTab'
Expand Down

0 comments on commit f51558e

Please sign in to comment.