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