import { Grid } from '../Grid' import { GridItem } from '../GridItem' export const GridCompound = Object.assign(Grid, { Item: GridItem })