()
| 23 | import "./header-context-menu.css" |
| 24 | |
| 25 | const isDarkMode = () => window.matchMedia("(prefers-color-scheme: dark)").matches |
| 26 | |
| 27 | const fetchSvgContent = async (svgPath: string): Promise<string> => { |
| 28 | try { |
no outgoing calls
no test coverage detected