import 'twin.macro'; import { StoreWrapper } from './store-wrapper'; import { Grid, GridProps } from './grid'; function GridWrapper(props: GridProps) { return (
); } export { GridWrapper };