mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
test: Tests, dedicated directory and Storybook for the Badge component (#13513)
* Move to dir and add storybook * Add tests * Remove no-restricted-imports
This commit is contained in:
@@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
|
||||
import { Col, Well } from 'react-bootstrap';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import Alert from 'src/components/Alert';
|
||||
import Badge from 'src/common/components/Badge';
|
||||
import Badge from 'src/components/Badge';
|
||||
import shortid from 'shortid';
|
||||
import { styled, SupersetClient, t, supersetTheme } from '@superset-ui/core';
|
||||
import Button from 'src/components/Button';
|
||||
|
||||
Reference in New Issue
Block a user