Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed May 30, 2024
1 parent bbfaf86 commit e334681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/shared/src/utils/date.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import isBefore from 'date-fns/isBefore';
import isFutureFn from 'date-fns/isFuture';
import isSameDay from 'date-fns/isSameDay';
import isValid from 'date-fns/isValid';
import { da, enGB as en, fi, sv } from 'date-fns/locale';
import { enGB as en, fi, sv } from 'date-fns/locale';
import parse from 'date-fns/parse';
import parseISO from 'date-fns/parseISO';
import startOfYear from 'date-fns/startOfYear';
Expand All @@ -15,7 +15,6 @@ import {
} from '../constants';
import { DEFAULT_LANGUAGE, Language } from '../i18n/i18n';
import { isString } from './type-guards';
import { isDate } from 'date-fns';

export const DATE_FORMATS = {
UI_DATE: 'd.M.yyyy',
Expand Down

0 comments on commit e334681

Please sign in to comment.