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