Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: TT-296 The Code Smells were corrected
  • Loading branch information
PieritoAlva95 committed Aug 6, 2021
commit c3f2ad49f271681f889b86948ccda296ac101bf9
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { CalendarEvent, CalendarView } from 'angular-calendar';
import { differenceInMinutes, startOfDay, startOfHour } from 'date-fns';
import * as moment from 'moment';
import { Observable, of } from 'rxjs';
import { Entry } from 'src/app/modules/shared/models';
Expand Down