Optimize structure

This commit is contained in:
Taric Xin
2022-05-11 16:47:27 +08:00
parent 6760f5da45
commit f1fc336850
13 changed files with 27 additions and 46 deletions

View File

@ -2,7 +2,6 @@ import { Component } from '@angular/core';
@Component({
selector: 'app-dashboard',
templateUrl: './dashboard.component.html',
styleUrls: ['./dashboard.component.less']
template: ''
})
export class DashboardComponent {}