import { withInstall } from '../utils'; import _Card from './Card'; const Card = withInstall(_Card); export default Card; export { Card };