diff --git a/src/app/hello/hello.component.ts b/src/app/hello/hello.component.ts index 103f0f8..50b122a 100644 --- a/src/app/hello/hello.component.ts +++ b/src/app/hello/hello.component.ts @@ -4,7 +4,6 @@ import {HelloResponse, HelloService} from '../../gen'; @Component({ selector: 'app-hello', standalone: false, - templateUrl: './hello.component.html', styleUrl: './hello.component.css' })