update : jabatan

Deskripsi:
- tambah jabatan
- list jabatan
- edit jabatan

No Issues
This commit is contained in:
amel
2024-07-08 12:26:50 +08:00
parent e2d9763a1d
commit e0b88b2573
11 changed files with 433 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
import { Box } from "@mantine/core";
import NavbarListPosition from "../component/ui/navbar_list_position";
import TabListGroup from "../component/tab_list_position";
export default function ViewListPosition() {
return (
<Box>
<NavbarListPosition />
<TabListGroup />
</Box>
);
}