Skip to content

Commit 1503ce3

Browse files
committed
fix: TT-593 resolved keys
1 parent 371bdb6 commit 1503ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/reports/components/time-range-form/time-range-form.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { ToastrService } from 'ngx-toastr';
22
import { formatDate } from '@angular/common';
3-
import { Component, Input, OnInit, OnChanges, SimpleChanges } from '@angular/core';
3+
import { OnChanges, SimpleChanges } from '@angular/core';
4+
import { Component, Input, OnInit } from '@angular/core';
45
import { FormControl, FormGroup } from '@angular/forms';
56
import { DATE_FORMAT } from 'src/environments/environment';
67
import * as entryActions from '../../../time-clock/store/entry.actions';
@@ -12,7 +13,6 @@ import * as moment from 'moment';
1213
selector: 'app-time-range-form',
1314
templateUrl: './time-range-form.component.html',
1415
})
15-
1616
export class TimeRangeFormComponent implements OnInit, OnChanges {
1717

1818
@Input() userId: string;

0 commit comments

Comments
 (0)