import BaseGrid from './BaseGrid'; import DataGrid from './DataGrid'; export { BaseGrid }; export default DataGrid;