import BootstrapVersionSwitcher from '@/features/ui/components/bootstrap-5/bootstrap-version-switcher' import Icon from '@/shared/components/icon' import { Spinner } from 'react-bootstrap-5' import classNames from 'classnames' export type OLSpinnerSize = 'sm' | 'lg' function OLSpinner({ size = 'sm' }: { size: OLSpinnerSize }) { return ( } bs5={