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 { ViewInformationDivision } from "@/module/division_new";
function Page() {
return (
<>informasi divisi</>
<ViewInformationDivision/>
)
}