Skip to content

Commit

Permalink
update utilities.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Oct 17, 2024
1 parent 629931a commit 54923c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/src/utilities.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FormatDateString } from '@package/types';
import parseDatesOriginal from '@scripts/helpers/parseDates';
import getDateStringOriginal from './scripts/helpers/getDateString';
import getDateOriginal from './scripts/helpers/getDate';
import getDateStringOriginal from '@scripts/helpers/getDateString';
import getDateOriginal from '@scripts/helpers/getDate';

export const parseDates = (dates: string[]) => parseDatesOriginal(dates);

Expand Down

0 comments on commit 54923c5

Please sign in to comment.