penambahan page master status, duration use, role, user

This commit is contained in:
2024-05-07 13:21:46 +07:00
parent 066c40b78c
commit 6239e473b3
19 changed files with 179 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-master-status',
templateUrl: './master-status.component.html',
styleUrls: ['./master-status.component.css']
})
export class MasterStatusComponent {
}