Merge branch 'master' into nymkappa/feature/update-api-case

This commit is contained in:
wiz
2022-05-20 21:03:41 +09:00
committed by GitHub
11 changed files with 785 additions and 805 deletions

View File

@@ -1 +0,0 @@
<router-outlet></router-outlet>

View File

@@ -1,14 +0,0 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-mining-start',
templateUrl: './mining-start.component.html',
})
export class MiningStartComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}