chore: Moves Card to the components folder (#14139)

This commit is contained in:
Michael S. Molina
2021-04-29 15:51:41 -03:00
committed by GitHub
parent 545e257537
commit a52ff13b5d
7 changed files with 81 additions and 17 deletions

View File

@@ -18,8 +18,8 @@
*/
import React from 'react';
import PropTypes from 'prop-types';
import Card from 'src/common/components/Card';
import Collapse from 'src/components/Collapse';
import Card from 'src/components/Card';
import ButtonGroup from 'src/components/ButtonGroup';
import shortid from 'shortid';
import { t, styled } from '@superset-ui/core';