import { AddIcon } from "@/components/icons"; import MappingUserLevel from "@/components/table/master/master-user-level/mapping-user-level"; import MasterUserLevelTable from "@/components/table/master/master-user-level/master-user-level-table"; import { Button } from "@heroui/button"; import Link from "next/link"; import React from "react"; const AdminMasterUserLevel = () => { return ( //
// //
//
// //
); }; export default AdminMasterUserLevel;