()
| 390 | } catch (e) {} })();` |
| 391 | |
| 392 | export const InitializeColorMode = () => |
| 393 | jsx('script', { |
| 394 | key: 'theme-ui-no-flash', |
| 395 | dangerouslySetInnerHTML: { |
| 396 | __html: noflash, |
| 397 | }, |
| 398 | }) |
nothing calls this directly
no test coverage detected
searching dependent graphs…