Skip to content

Commit 7ca1c90

Browse files
committed
fix: TT-279 delete unnecessary imports
1 parent da2aedd commit 7ca1c90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/time-entries/components/calendar/calendar.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { DataSource } from '../../../shared/models/data-source.model';
99
import { Entry } from 'src/app/modules/shared/models';
1010
import { map } from 'rxjs/operators';
1111
import { SubstractDatePipe } from 'src/app/modules/shared/pipes/substract-date/substract-date.pipe';
12-
import { initialConfig } from 'ngx-mask';
1312

1413
@Component({
1514
selector: 'app-calendar',

0 commit comments

Comments
 (0)