refactor : divisi

Deskripsi:
- folder management divisi

No Issues
This commit is contained in:
amel
2024-08-13 10:25:27 +08:00
parent 334f94cb39
commit a628e1c053
28 changed files with 21 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react';
import NavbarCreateUsers from './navbar_create_users';
export default function CreateUsers({ grup }: { grup: string }) {
return (
<NavbarCreateUsers grup={grup} onClose={() => {}}/>
);
}