({ id, installed }, onInstall, onUninstall)
| 1 | function plugin({ id, installed }, onInstall, onUninstall) { |
| 2 | import(/* webpackChunkName: "problems" */ "./problems").then((res) => { |
| 3 | const Problems = res.default; |
| 4 | Problems(); |
| 5 | }); |
| 6 | } |
| 7 | |
| 8 | export default plugin; |
nothing calls this directly
no test coverage detected