mirror of
https://github.com/apache/superset.git
synced 2026-05-09 01:46:06 +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
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import sinon from 'sinon';
|
||||
import configureStore from 'redux-mock-store';
|
||||
import { shallow } from 'enzyme';
|
||||
import { Menu } from 'src/common/components';
|
||||
import { Menu } from 'src/components/Menu';
|
||||
import {
|
||||
DatasourceModal,
|
||||
ChangeDatasourceModal,
|
||||
|
||||
Reference in New Issue
Block a user