import React from 'react'; import { Alert, Row, Col } from '@btri-ui/base'; const Base = () => { return ( <> ); }; export default Base;