1
0
Fork 0

wip(shared): Work on workbench views

This commit is contained in:
joostdecock 2023-05-31 17:56:58 +02:00
parent cab7f5d2c5
commit c53ff25053
25 changed files with 386 additions and 96 deletions

View file

@ -1,18 +0,0 @@
//import { useTranslation } from 'next-i18next'
export const XrayReset = (props) => null
/*{
const { t } = useTranslation(['app'])
return (
<Li>
<SumButton onClick={() => props.updateGist(['_state', 'xray'], { enabled: true })}>
<SumDiv>
<Deg />
<span>{t(`reset`)}</span>
</SumDiv>
</SumButton>
</Li>
)
}
*/