import { OptionsIcon } from 'shared/components/icons.mjs' import { Chevron } from 'shared/components/navigation/primary.mjs' import { DesignOptionGroup } from '../design-options/index.mjs' import { Option } from './option.mjs' import { Ul, Details, TopSummary, TopSumTitle } from 'shared/components/workbench/menus/index.mjs' 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 (