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