style : update division

Deskripsi:
- add report division
- view create anggota division
- update drawer detail division
- update information division
- view edit division
- view report division

No issue
This commit is contained in:
lukman
2024-07-18 12:08:02 +08:00
parent d785c131c1
commit 49bb48fd9f
10 changed files with 391 additions and 87 deletions

View File

@@ -1,10 +1,9 @@
import React from 'react';
import ReportDivisionId from '../components/report_division_id';
export default function ViewReportDivision() {
return (
<div>
ViewReportDivision
</div>
<ReportDivisionId/>
);
}