mempool/frontend/src/app/components/start/start.component.ts

11 lines
219 B
TypeScript
Raw Normal View History

2020-09-26 22:46:26 +07:00
import { Component } from '@angular/core';
@Component({
selector: 'app-start',
templateUrl: './start.component.html',
styleUrls: ['./start.component.scss'],
})
2020-09-26 22:46:26 +07:00
export class StartComponent {
constructor() { }
}