// @flow import React, { Fragment } from 'react'; import Contexts from './Contexts'; import CustomHooks from './CustomHooks'; import NestedProps from './NestedProps'; // TODO Add Immutable JS example export default function InspectableElements() { return (

Inspectable elements

); }