Skip to content

Commit f0da28e

Browse files
committed
update date-fns
1 parent 65e7d31 commit f0da28e

File tree

4 files changed

+24
-784
lines changed

4 files changed

+24
-784
lines changed

app-typescript/components/DatePicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
2-
import addDays from 'date-fns/addDays';
3-
import format from 'date-fns/format';
2+
import {addDays} from 'date-fns';
3+
import {format} from 'date-fns';
44
import moment from 'moment';
55
import {Calendar, LocaleSettings, CalendarProps} from '@superdesk/primereact/calendar';
66
import {throttle} from 'lodash';

0 commit comments

Comments
 (0)