mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-04-28 20:35:16 +08:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
import SuperGrid from './SuperGrid';
|
|
import SuperGridSectionList from './SuperGridSectionList';
|
|
|
|
export default SuperGrid;
|
|
export { SuperGrid, SuperGridSectionList };
|