mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
chore: Moves components out of the commons folder (#18931)
* refactor: Moves components out of the commons folder * Fixes tests
This commit is contained in:
committed by
GitHub
parent
2cb3635256
commit
fd4bd1edbc
@@ -30,7 +30,8 @@ import { Global } from '@emotion/react';
|
||||
import { Column } from 'react-table';
|
||||
import debounce from 'lodash/debounce';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import { Input, Space } from 'src/common/components';
|
||||
import { Space } from 'src/common/components';
|
||||
import { Input } from 'src/components/Input';
|
||||
import {
|
||||
BOOL_FALSE_DISPLAY,
|
||||
BOOL_TRUE_DISPLAY,
|
||||
|
||||
Reference in New Issue
Block a user