()
| 14 | |
| 15 | export default class ImportFrame extends ExtractFrame { |
| 16 | constructor() { |
| 17 | super(); |
| 18 | this.ctrlName = `imFrame-${this.id}`; |
| 19 | } |
| 20 | |
| 21 | renderFrame() { |
| 22 | super.renderFrame(); |
nothing calls this directly
no outgoing calls
no test coverage detected