Operand

_

gram: legal

> ./assets/react-components/measure/hierarchy.jsx

import { Examine } from '../examine'
import { Measure } from './index'
export function Hierarchy({src, theme}) {
return <div>
<Examine src={src} theme={theme} />
</div>
}