translated lega
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Component, ChangeDetectionStrategy } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-public-offer-hy',
|
||||
templateUrl: './public-offer-hy.component.html',
|
||||
styleUrls: ['../public-offer.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class PublicOfferHyComponent {}
|
||||
Reference in New Issue
Block a user