"use client" import { AddIcon } from "@/components/icons"; import MasterRoleTable from "@/components/table/master-role-table"; import { Button, Card } from "@nextui-org/react"; import Link from "next/link"; export default function MasterRolePage() { return (
); }