forked from ttc/micro-frontend
first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-main-dashboard-content',
|
||||
standalone: false,
|
||||
templateUrl: './main-dashboard-content.component.html',
|
||||
styleUrl: './main-dashboard-content.component.css'
|
||||
})
|
||||
export class MainDashboardContentComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user