mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 01:00:00 +01:00
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
|
import { Component } from '@angular/core';
|
||
|
|
||
|
@Component({
|
||
|
selector: 'app-clock-mined',
|
||
|
templateUrl: './clock-mined.component.html',
|
||
|
})
|
||
|
export class ClockMinedComponent {}
|