removed extra line

This commit is contained in:
Jatin_Chugh
2023-06-07 10:45:59 +05:30
parent 642af1f488
commit cd7e07d009
@@ -40,7 +40,6 @@ import { takeUntil, debounceTime } from 'rxjs/operators';
import { RenditionService } from '../common/services/rendition.service';
import { format, add, endOfDay } from 'date-fns';
type DatePickerType = 'date' | 'time' | 'month' | 'datetime';
@Component({