Moving graphs and mining dashboard to a lazy loaded module

This commit is contained in:
softsimon
2022-05-19 23:47:44 +04:00
parent 0f0a46cd5c
commit e6c4b87b8b
8 changed files with 773 additions and 791 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 {
}
}