()
| 29 | const fetchJson = require('core/api/fetch-json') |
| 30 | const DOMPurify = require('dompurify') |
| 31 | const isCoco = function () { |
| 32 | if (window.location.pathname.startsWith('/ozaria')) { |
| 33 | return false |
| 34 | } |
| 35 | return utils.isCodeCombat |
| 36 | } |
| 37 | |
| 38 | const PRODUCT_SUFFIX = isCoco() ? 'coco' : 'ozar' |
| 39 | module.exports = (HomeView = (function () { |
no outgoing calls
no test coverage detected