refactor: SouthPane into functional component (#13676)

This commit is contained in:
AAfghahi
2021-03-24 23:00:12 -04:00
committed by GitHub
parent 71ca5aca5b
commit 1d5c58d005
7 changed files with 280 additions and 263 deletions

View File

@@ -29,7 +29,7 @@ import {
SQL_TOOLBAR_HEIGHT,
} from 'src/SqlLab/constants';
import AceEditorWrapper from 'src/SqlLab/components/AceEditorWrapper';
import ConnectedSouthPane from 'src/SqlLab/components/SouthPane';
import ConnectedSouthPane from 'src/SqlLab/components/SouthPane/state';
import SqlEditor from 'src/SqlLab/components/SqlEditor';
import SqlEditorLeftBar from 'src/SqlLab/components/SqlEditorLeftBar';
import { Dropdown } from 'src/common/components';