Skip to content

Commit

Permalink
[HXCS-2818] fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Costa authored and Adriano Costa committed Feb 5, 2024
1 parent 55953af commit 2a04c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { TranslationService } from '../../../translation/translation.service';
import { ADF_DATE_FORMATS, AdfDateFnsAdapter } from '../../../common/utils/date-fns-adapter';
import { ADF_DATETIME_FORMATS, AdfDateTimeFnsAdapter } from '../../../common/utils/datetime-fns-adapter';
import { isValid } from 'date-fns';
import { DateFnsUtils } from '../../../../..';
import { DateFnsUtils } from '../../../common/utils/date-fns-utils';

@Component({
providers: [
Expand Down

0 comments on commit 2a04c27

Please sign in to comment.