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