diff --git a/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx b/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx index 00a8791537cdb..c91036a7251f2 100644 --- a/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx +++ b/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx @@ -16,14 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -import { - useEffect, - useCallback, - useMemo, - useState, - Dispatch, - SetStateAction, -} from 'react'; +import { useEffect, useCallback, useMemo, useState } from 'react'; import { shallowEqual, useDispatch, useSelector } from 'react-redux'; import querystring from 'query-string';