import OptionsIcon from 'shared/components/icons/options.js' import { Chevron } from 'shared/components/navigation/primary.js' import OptionGroup from '../design-options/option-group' import Option from './option' import { Ul, Details, TopSummary, TopSumTitle } from 'shared/components/workbench/menu' import { useTranslation } from 'next-i18next' import { optionsMenuStructure } from 'shared/utils.mjs' import { adult, doll, giant } from '@freesewing/models' const groups = { adult, doll, giant } const SampleDesignOption = props => { const { t } = useTranslation(['app']) return