import * as React from 'react'; import { Icon, Row, Col } from '@btri-ui/base'; const Basic = () => { return (
); }; export default Basic;