import { useTranslation } from 'next-i18next' import Settings from './settings' const CutLayout = props => { const { t } = useTranslation(['workbench']) return (