| 1 | /** @jsx jsx */ |
| 2 | import { ThemeProvider, jsx, useThemeUI, SxStyleProp } from "theme-ui"; |
| 3 | import { theme as baseTheme } from "./theme.base"; |
| 4 | import { CodeSurferTheme, CodeSurferStyles } from "./utils"; |
nothing calls this directly
no test coverage detected