ngx-admin/docs/app/@theme/components/section-title/section-title.component.ts
2023-10-29 17:10:12 +01:00

10 lines
242 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'ngx-landing-section-title',
templateUrl: './section-title.component.html',
styleUrls: ['./section-title.component.scss'],
})
export class NgxSectionTitleComponent {
}