mirror of
https://github.com/apache/superset.git
synced 2026-07-26 00:22:31 +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
@@ -19,7 +19,8 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { Radio } from 'src/components/Radio';
|
||||
import { AutoComplete, Input } from 'src/common/components';
|
||||
import { AutoComplete } from 'src/common/components';
|
||||
import { Input } from 'src/components/Input';
|
||||
import { SaveDatasetModal } from 'src/SqlLab/components/SaveDatasetModal';
|
||||
|
||||
describe('SaveDatasetModal', () => {
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
import React, { FunctionComponent } from 'react';
|
||||
import { AutoCompleteProps } from 'antd/lib/auto-complete';
|
||||
import { Radio } from 'src/components/Radio';
|
||||
import { AutoComplete, Input } from 'src/common/components';
|
||||
import { AutoComplete } from 'src/common/components';
|
||||
import { Input } from 'src/components/Input';
|
||||
import StyledModal from 'src/components/Modal';
|
||||
import Button from 'src/components/Button';
|
||||
import { styled, t } from '@superset-ui/core';
|
||||
|
||||
Reference in New Issue
Block a user