Files
marketplaces/src/app/pages/info/guarantee/hy/guarantee-hy.component.ts

10 lines
298 B
TypeScript
Raw Normal View History

2026-02-28 15:43:22 +04:00
import { Component, ChangeDetectionStrategy } from '@angular/core';
@Component({
selector: 'app-guarantee-hy',
templateUrl: './guarantee-hy.component.html',
styleUrls: ['../guarantee.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
})
export class GuaranteeHyComponent {}