Skip to content

Commit

Permalink
Merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 13, 2023
1 parent 9ea4cd5 commit efd7f03
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import { DateTime } from 'luxon';
import { useTranslation } from 'react-i18next';
import theme from 'src/theme';
import { useLocale } from 'src/hooks/useLocale';
import { currencyFormat } from 'src/lib/intlFormat';
import { dateFormatWithoutYear } from 'src/lib/intlFormat/intlFormat';
import { currencyFormat, dateFormatWithoutYear } from 'src/lib/intlFormat';
import { useAppointmentResultsQuery } from './AppointmentResults.generated';
import { CoachingPeriodEnum } from '../CoachingDetail';
import { MultilineSkeleton } from '../../../Shared/MultilineSkeleton';
Expand Down

0 comments on commit efd7f03

Please sign in to comment.