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