import { useTranslation } from 'next-i18next' import { ClearIcon, ExportIcon } from 'shared/components/icons.mjs' import { ShowButtonsToggle } from 'shared/components/workbench/pattern/movable/transform-buttons.mjs' export const ns = ['workbench', 'print'] export const PrintActions = ({ update, ui, exportIt }) => { // get translation for the menu const { t } = useTranslation(ns) const resetLayout = () => update.ui(['layouts', 'print']) return (