blob: bc72cb9ca68349386bb85e5c9a94d32f4f1f7bfe [file] [log] [blame]
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-add-payroll',
templateUrl: './add-payroll.component.html',
styleUrls: ['./add-payroll.component.scss']
})
export class AddPayrollComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}