import { Flex } from 'theme-ui' export default function FlexCol({ children, ...props }) { return {children} }