mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
refactor: Deletes the common/components folder (#18999)
This commit is contained in:
committed by
GitHub
parent
9f834e8317
commit
329855170e
@@ -30,7 +30,7 @@ import { Global } from '@emotion/react';
|
||||
import { Column } from 'react-table';
|
||||
import debounce from 'lodash/debounce';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import { Space } from 'src/common/components';
|
||||
import { Space } from 'src/components';
|
||||
import { Input } from 'src/components/Input';
|
||||
import {
|
||||
BOOL_FALSE_DISPLAY,
|
||||
|
||||
Reference in New Issue
Block a user