mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +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
@@ -18,7 +18,8 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Row, Col, Input } from 'src/common/components';
|
||||
import { Row, Col } from 'src/common/components';
|
||||
import { Input } from 'src/components/Input';
|
||||
import Button from 'src/components/Button';
|
||||
import Popover from 'src/components/Popover';
|
||||
import { Select } from 'src/components';
|
||||
|
||||
Reference in New Issue
Block a user