()
| 12 | |
| 13 | export default function Custom() { |
| 14 | function makerQRPost() { |
| 15 | sendToContentScript({ |
| 16 | name: "app-makerQRPost" |
| 17 | }) |
| 18 | } |
| 19 | function getArticle() { |
| 20 | sendToContentScript({ |
| 21 | name: "app-getArticle" |
no outgoing calls
no test coverage detected