import { useTranslation } from 'next-i18next' import PageSizePicker from './pagesize-picker' import OrientationPicker from './orientation-picker' import PrintIcon from 'shared/components/icons/print' import RightIcon from 'shared/components/icons/right' const PrintLayoutSettings = props => { const settingsProps = { gist: props.gist, updateGist: props.updateGist } const { cols, rows, count } = props.draft.parts.pages.pages return (