Remove redundant import

This commit is contained in:
Artem Babak 2022-07-21 16:29:40 +03:00
parent 913db7a0d3
commit a0fd18221d

View File

@ -35,7 +35,6 @@ import {
RateLimitsType, RateLimitsType,
stringToRateLimitsArray stringToRateLimitsArray
} from '@shared/models/rate-limits.models'; } from '@shared/models/rate-limits.models';
import { isNull } from 'util';
@Component({ @Component({
selector: 'tb-rate-limits', selector: 'tb-rate-limits',