Skip to content

Commit e041901

Browse files
authored
feat: update templateUrl of discovery service component
1 parent 10b3439 commit e041901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/pages/fundamentals/discovery-service/discovery-service.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BasePageComponent } from '../../page/page.component';
33

44
@Component({
55
selector: 'app-discovery-service',
6-
templateUrl: './dependency-injection.component.html',
6+
templateUrl: './discovery-service.component.html',
77
changeDetection: ChangeDetectionStrategy.OnPush,
88
})
99
export class DiscoveryServiceComponent extends BasePageComponent {}

0 commit comments

Comments
 (0)