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

@@ -19,8 +19,8 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Col } from 'react-bootstrap';
import Card from 'src/common/components/Card';
import { Radio } from 'src/components/Radio';
import Card from 'src/components/Card';
import Alert from 'src/components/Alert';
import Badge from 'src/components/Badge';
import shortid from 'shortid';