Skip to content

Commit

Permalink
[DSC-2044] Added missing RouterLink import
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone-Ramundi committed Nov 27, 2024
1 parent 6439c8c commit 0554b5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
import {
ActivatedRoute,
Router,
RouterLink,
} from '@angular/router';
import { Store } from '@ngrx/store';
import {
Expand Down Expand Up @@ -66,6 +67,7 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
ReactiveFormsModule,
NgForOf,
AlertComponent,
RouterLink,
],
standalone: true,
})
Expand Down

0 comments on commit 0554b5e

Please sign in to comment.