import { CertificatesManager } from '../CertificatesManager';

export const CertificatesTab = () => <CertificatesManager />;
