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:
10
src/app/(application)/division/create-anggota/[id]/page.tsx
Normal file
10
src/app/(application)/division/create-anggota/[id]/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ViewCreateAnggotaDivision } from "@/module/division_new";
|
||||
|
||||
|
||||
function Page() {
|
||||
return (
|
||||
<ViewCreateAnggotaDivision/>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page;
|
||||
@@ -1,9 +0,0 @@
|
||||
import { ViewEditAnggotaDivision } from "@/module/division_new";
|
||||
|
||||
function Page() {
|
||||
return (
|
||||
<ViewEditAnggotaDivision/>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user