diff --git a/services/web/frontend/js/shared/components/close.tsx b/services/web/frontend/js/shared/components/close.tsx index ac3d622cdd..ecf2bf6e63 100644 --- a/services/web/frontend/js/shared/components/close.tsx +++ b/services/web/frontend/js/shared/components/close.tsx @@ -1,4 +1,6 @@ import { useTranslation } from 'react-i18next' +import MaterialIcon from '@/shared/components/material-icon' +import BootstrapVersionSwitcher from '@/features/ui/components/bootstrap-5/bootstrap-version-switcher' type CloseProps = { onDismiss: React.MouseEventHandler @@ -14,7 +16,16 @@ function Close({ onDismiss, variant = 'light' }: CloseProps) { className={`close pull-right ${variant}`} onClick={onDismiss} > - +