- *
- * const RepositoryFlag: FC = ({ children, title, variant, ...props }) => (
-
-
- {children}
-
-
- );
- *
- *
- *
- * For reference, look at the RepositoryFlag component in the Repository Mirror Plugin.
- */
-const RepositoryFlag: FC