| 11 | import { SettingsContext } from './helpers/AppSettings'; |
| 12 | |
| 13 | interface ThemeWrapperProps { |
| 14 | children: React.ReactNode; |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * Provides the theme for all components below. Make sure to wrap this inside |
nothing calls this directly
no outgoing calls
no test coverage detected