refactor : divisi

Deskripsi:
- folder management divisi

No Issues
This commit is contained in:
amel
2024-08-13 10:25:27 +08:00
parent 334f94cb39
commit a628e1c053
28 changed files with 21 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
import { ViewReportDivision } from "@/module/division_new"
import { ReportDivisionId } from "@/module/division_new"
function Page() {
return (
<ViewReportDivision/>
<ReportDivisionId />
)
}