import Grid from './Grid'; import Group from './Group'; import Item from './Item'; Grid.Group = Group; Grid.Item = Item; export default Grid;