| 1 | import { subscribe, moduleContext, transformContext } from 'react-contextual' |
| 2 | |
| 3 | const Theme = moduleContext()( |
| 4 | ({ context, color, children }) => <context.Provider value={color} children={children} /> |
nothing calls this directly
no test coverage detected