| 1 | import { getById, addEvent, unquoteJson} from './utils'; |
| 2 | import { getCurrentUserConfig, getState } from './stateManager'; |
| 3 | import { saveAs } from 'file-saver'; |
| 4 | import { fetchLatestRelease } from './fetchRelease'; |
nothing calls this directly
no test coverage detected