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 fb134d70e4
commit 1d8eb064f1
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 {
}
}