/* eslint-disable */ // @ts-nocheck import { useTranslation } from "react-i18next"; import { SwitchControl, TextControl } from "../../../../shared/keycloak-ui-shared"; export const Regex = () => { const { t } = useTranslation(); return ( <> ); };