| 1 | /* eslint-disable no-undef, react/prop-types, react/no-multi-comp, react/prefer-stateless-function, react/no-render-return-value */ |
| 2 | |
| 3 | import React from "react"; |
| 4 | import ReactDOM from "react-dom"; |
nothing calls this directly
no test coverage detected