import range from 'lodash/range'; import classnames from 'classnames'; import { withBoundary } from 'common'; import { ContentWrapperFix } from './content_wrapper_fix'; type Props = { count: number; current: number; titles?: string[]; }; function StepsComponent({ count, current, titles }: Props) { return (