import {Box} from '@sanity/ui'
import styled from 'styled-components'

export const Root = styled(Box)`
  position: relative;
`
