Skip to content

Commit 0554b5e

Browse files
[DSC-2044] Added missing RouterLink import
1 parent 6439c8c commit 0554b5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/register-page/create-profile/create-profile.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
import {
1818
ActivatedRoute,
1919
Router,
20+
RouterLink,
2021
} from '@angular/router';
2122
import { Store } from '@ngrx/store';
2223
import {
@@ -66,6 +67,7 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
6667
ReactiveFormsModule,
6768
NgForOf,
6869
AlertComponent,
70+
RouterLink,
6971
],
7072
standalone: true,
7173
})

0 commit comments

Comments
 (0)