Files
micro-frontend/templete/src/app/component/main-dashboard/main-dashboard.component.ts

12 lines
251 B
TypeScript
Raw Normal View History

2025-11-11 11:19:13 +07:00
import { Component } from '@angular/core';
@Component({
selector: 'app-main-dashboard',
standalone: false,
templateUrl: './main-dashboard.component.html',
styleUrl: './main-dashboard.component.css'
})
export class MainDashboardComponent {
}