()
| 47 | const ThemedTitle = withTheme(TitleComponent); |
| 48 | |
| 49 | const App = () => ( |
| 50 | <ThemeProvider theme={themes.default}> |
| 51 | <ThemedTitle |
| 52 | title="React Theme Provider" |
| 53 | theme={{ primaryColor: 'pink' }} |
| 54 | /> |
| 55 | <ThemedTitle title="Second title" /> |
| 56 | </ThemeProvider> |
| 57 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected