add ledger, Buchfuehrung

This commit is contained in:
2021-10-31 16:06:18 +01:00
parent d297eb60b3
commit 8c4dbe7d71
8 changed files with 51 additions and 4 deletions

View File

@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-ledger',
templateUrl: './ledger.component.html',
styleUrls: ['./ledger.component.css']
})
export class LedgerComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}