mempool/frontend/src/app/components/terms-of-service/terms-of-service.component.ts

10 lines
208 B
TypeScript
Raw Normal View History

2020-10-11 19:23:52 +09:00
import { Component } from '@angular/core';
@Component({
selector: 'app-terms-of-service',
templateUrl: './terms-of-service.component.html'
})
export class TermsOfServiceComponent {
constructor() { }
}