translated lega
This commit is contained in:
9
src/app/pages/info/contacts/ru/contacts-ru.component.ts
Normal file
9
src/app/pages/info/contacts/ru/contacts-ru.component.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Component, ChangeDetectionStrategy } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-contacts-ru',
|
||||
templateUrl: './contacts-ru.component.html',
|
||||
styleUrls: ['../contacts.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class ContactsRuComponent {}
|
||||
Reference in New Issue
Block a user