Skip to content

Commit

Permalink
removing deep import (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Aug 2, 2020
1 parent 2030363 commit abe1cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/time-select/time-select-config.model.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Moment} from 'moment/moment';
import {Moment} from 'moment';
import {ICalendar, ICalendarInternal} from '../common/models/calendar.model';
import {ECalendarValue} from '../common/types/calendar-value-enum';

Expand Down

0 comments on commit abe1cfb

Please sign in to comment.