()
| 196 | module.exports = (SkippedContactsView = (function () { |
| 197 | SkippedContactsView = class SkippedContactsView extends RootComponent { |
| 198 | static initClass () { |
| 199 | this.prototype.id = 'skipped-contacts-view' |
| 200 | this.prototype.template = template |
| 201 | this.prototype.VueComponent = SkippedContactsComponent |
| 202 | } |
| 203 | |
| 204 | vuexModule () { |
| 205 | return { |
no outgoing calls
no test coverage detected