Skip to content

Commit

Permalink
Remove unused StatusListStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
toqueteos committed Aug 9, 2024
1 parent edfab3f commit d029394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/ui/src/app/status/status.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

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

0 comments on commit d029394

Please sign in to comment.