Skip to content

Commit 2e921f7

Browse files
committed
Remove unused StatusListStatus
1 parent bf5de5f commit 2e921f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/ui/src/app/status/status.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import {Component, OnInit, OnDestroy, Injectable, Pipe, PipeTransform} from '@angular/core';
16-
import {ConsoleService, StatusList, StatusListStatus} from '../console.service';
16+
import {ConsoleService, StatusList} from '../console.service';
1717
import {Observable, of, Subscription, timer} from 'rxjs';
1818
import {UntypedFormBuilder, UntypedFormGroup} from '@angular/forms';
1919
import {ActivatedRoute, ActivatedRouteSnapshot, Resolve, RouterStateSnapshot} from '@angular/router';

0 commit comments

Comments
 (0)