| 1 | import { PluginInput } from 'fullcalendar' |
| 2 | import classicThemePlugin from 'fullcalendar/themes/classic' // need both |
| 3 | import themeForTestsPlugin from './theme-for-tests' // " |
| 4 | import interactionPlugin from 'fullcalendar/interaction' |
nothing calls this directly
no test coverage detected