import React from 'react'; import { Row, Card } from '@btri-ui/base'; export default () => { return (
} style={{ width: '250px' }} >
); };