| 3 | import { useColorMode } from '@docusaurus/theme-common'; |
| 4 | |
| 5 | interface IContext { |
| 6 | branch: string; |
| 7 | theme: 'light' | 'dark'; |
| 8 | } |
| 9 | |
| 10 | export default function ContextProvider({ |
| 11 | children, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…