()
| 2 | |
| 3 | const ThemeContext = createContext(null); |
| 4 | export const useTheme = () => useContext(ThemeContext); |
| 5 | |
| 6 | const SetThemeContext = createContext(null); |
| 7 | export const useSetTheme = () => useContext(SetThemeContext); |
no outgoing calls
no test coverage detected