| 1 | import { createApp } from './createApp'; |
| 2 | import { createPainter } from './app/frame/index'; |
| 3 | import { createAppAPI } from './createAppAPI'; |
| 4 | import { createAppPlugin } from './createAppPlugin'; |
nothing calls this directly
no test coverage detected