| 1 | import {asyncDecorator} from '@plotly/dash-component-plugins'; |
| 2 | import PropTypes from 'prop-types'; |
| 3 | import React, {Component, Suspense} from 'react'; |
| 4 | import markdown from '../utils/LazyLoader/markdown'; |
nothing calls this directly
no test coverage detected