mirror of
https://github.com/apache/superset.git
synced 2026-07-12 17:55:38 +00:00
refactor: Deletes the common/components folder (#18999)
This commit is contained in:
committed by
GitHub
parent
9f834e8317
commit
329855170e
@@ -19,7 +19,7 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { Radio } from 'src/components/Radio';
|
||||
import { AutoComplete } from 'src/common/components';
|
||||
import { AutoComplete } from 'src/components';
|
||||
import { Input } from 'src/components/Input';
|
||||
import { SaveDatasetModal } from 'src/SqlLab/components/SaveDatasetModal';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user