MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / SimpleWrapper

Function SimpleWrapper

examples/indeterminateComponent/src/App.js:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30};
31
32const SimpleWrapper = () => (
33 <div>
34 C: <Counter /> 44
35 </div>
36);
37
38const App = () => (
39 <h1>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected