-แก้ไขโครงสร้าง dashboard

This commit is contained in:
x2Skyz
2025-11-16 22:51:03 +07:00
parent ccab40852c
commit c4c19e96b6
6 changed files with 12 additions and 42 deletions

View File

@@ -22,13 +22,13 @@ const routes: Routes = [
(m) => m.MainControlModule
),
},
{
path: 'report',
loadChildren: () =>
import('./controls/report-control/report-control.module').then(
(m) => m.ReportControlModule
),
},
// {
// path: 'report',
// loadChildren: () =>
// import('./controls/report-control/report-control.module').then(
// (m) => m.ReportControlModule
// ),
// },
],
},