Audit dashboard: merge utxos and addresses tables in same page

This commit is contained in:
natsee
2024-01-28 19:43:50 +01:00
parent 36d3734d55
commit 59128c8ca0
10 changed files with 86 additions and 32 deletions

View File

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