You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 3 години
1
  1. {"ast":null,"code":"import React from 'react';\nimport CardBody from './CardBody';\nimport { warnOnce } from './utils';\nexport default function CardBlock(props) {\n warnOnce('The \"CardBlock\" component has been deprecated.\\nPlease use component \"CardBody\".');\n return React.createElement(CardBody, props);\n}","map":null,"metadata":{},"sourceType":"module"}