1
0
Fork 0

feat(shared): Helper to toggle SA in settings

This commit is contained in:
joostdecock 2023-06-15 18:48:34 +02:00
parent 5a29602afe
commit ad2d0c18c5
5 changed files with 20 additions and 18 deletions

View file

@ -10,8 +10,6 @@ import {
CodeIcon,
CutIcon,
HelpIcon,
HomeIcon,
MenuIcon,
OptionsIcon,
PrintIcon,
UploadIcon,
@ -21,8 +19,6 @@ import {
SearchIcon,
MeasieIcon,
} from 'shared/components/icons.mjs'
import { Ribbon } from 'shared/components/ribbon.mjs'
import { ModalMenu } from 'site/components/navigation/modal-menu.mjs'
import Link from 'next/link'
export const ns = ['workbench', 'sections']