style : update detail division

This commit is contained in:
lukman
2024-07-17 17:38:42 +08:00
parent e813e8d015
commit 581aaa89f0
11 changed files with 89 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
import { ViewEditAnggotaDivision } from "@/module/division_new";
function Page() {
return (
<>Edit Anggota divisi</>
<ViewEditAnggotaDivision/>
)
}

View File

@@ -1,6 +1,8 @@
import { ViewEditDivision } from "@/module/division_new"
function Page() {
return (
<>Edit Divisi</>
<ViewEditDivision/>
)
}

View File

@@ -1,6 +1,8 @@
import { ViewInformationDivision } from "@/module/division_new";
function Page() {
return (
<>informasi divisi</>
<ViewInformationDivision/>
)
}

View File

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