()
| 298 | const finaleSelector = () => store.state.config.finale; |
| 299 | const skyLightingSelector = () => +store.state.config.skyLighting; |
| 300 | const scaleFactorSelector = () => store.state.config.scaleFactor; |
| 301 | |
| 302 | // Help Content |
| 303 | const helpContent = { |
no outgoing calls
no test coverage detected