| 9 | |
| 10 | // Stateful App Class Component to Render the App as a whole |
| 11 | class App extends React.Component { |
| 12 | //------------------------------------------------------------------------------------------- |
| 13 | // Constructor for initialization of State and Ref |
| 14 | constructor() { |
nothing calls this directly
no outgoing calls
no test coverage detected