2019-05-03 01:30:39 +09:00

13 lines
281 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'odds-crawler-network-option',
templateUrl: './option.component.html',
styleUrls: ['./option.component.scss']
})
export class OptionComponent implements OnInit {
constructor() {}
ngOnInit() {}
}