import { Component, Input } from '@angular/core';

@Component({
    selector: 'nts-body',
    templateUrl: 'body.component.html',
    styleUrls: ['body.component.scss'],
})
export class NtsBodyComponent {
    constructor() { }
}
