()
| 18 | const itemsRef = rootRef.child('items'); |
| 19 | |
| 20 | const Main = () => ( |
| 21 | <Provider store={store}> |
| 22 | <View> |
| 23 | <ToolBar style={styles.toolBar} /> |
| 24 | <MottoListContainer itemsRef={itemsRef} /> |
| 25 | <ActionButtonContainer /> |
| 26 | <InputModalContainer itemsRef={itemsRef} /> |
| 27 | </View> |
| 28 | </Provider> |
| 29 | ); |
| 30 | |
| 31 | export default Main; |
nothing calls this directly
no outgoing calls
no test coverage detected