Skip to content

Commit

Permalink
refactor: remove unused stuff and rename component
Browse files Browse the repository at this point in the history
  • Loading branch information
StephGit committed Dec 10, 2024
1 parent 27be2cd commit f96c9ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { ActivatedRoute, RouterLink, RouterLinkActive } from '@angular/router';
export class ResourcesListComponent {
private modalService = inject(NgbModal);
private authService = inject(AuthService);
private activatedRoute = inject(ActivatedRoute);
private destroy$ = new Subject<void>();
resourceType = input.required<ResourceType>();
resourceGroupList = input.required<Resource[]>();
Expand Down

0 comments on commit f96c9ca

Please sign in to comment.