import { HasPermission } from "src/components"; import CertificateTable from "./CertificateTable"; const Certificates = () => { return ( ); }; export default Certificates;