Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
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>
}