import React from "react"
import Box from "../Box"

export default ({ ...props }) => <Box inlineBlock {...props} />
