Skip to content

Commit abe1cfb

Browse files
authored
removing deep import (#516)
1 parent 2030363 commit abe1cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/time-select/time-select-config.model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Moment} from 'moment/moment';
1+
import {Moment} from 'moment';
22
import {ICalendar, ICalendarInternal} from '../common/models/calendar.model';
33
import {ECalendarValue} from '../common/types/calendar-value-enum';
44

0 commit comments

Comments
 (0)