feat : update dit calender
This commit is contained in:
16
src/module/calender/ui/update_user_division_calender.tsx
Normal file
16
src/module/calender/ui/update_user_division_calender.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import { LayoutNavbarNew } from '@/module/_global';
|
||||
import { Box } from '@mantine/core';
|
||||
import React from 'react';
|
||||
import UpdateListUsers from './update_list_users';
|
||||
|
||||
export default function UpdateUserDivisionCalender() {
|
||||
return (
|
||||
<Box>
|
||||
<LayoutNavbarNew back="/calender/update" title="Tambah Anggota" menu />
|
||||
<Box p={20}>
|
||||
<UpdateListUsers />
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user