ui/src/components/EditorLayoutSwitcher/index.tsx
Function EditorLayoutSwitcher
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const EditorLayoutSwitcher = () => {
const { t } = useTranslation();
const currentLayout = useEditorLayout();
const { setLayout: setCurrentLayout } = useEditorActions();
return (