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,
stringToRateLimitsArray
} from '@shared/models/rate-limits.models';
import { isNull } from 'util';
@Component({
selector: 'tb-rate-limits',