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