| 1 | import { contextToReact } from '../generators/context/react'; |
| 2 | import { componentToReact } from '../generators/react'; |
| 3 | import { componentToReactNative } from '../generators/react-native'; |
| 4 | import { parseContext } from '../parsers/context'; |
nothing calls this directly
no test coverage detected