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