| 1 | import { actions, connect, events, kea, key, listeners, path, props, reducers, selectors } from 'kea' |
| 2 | import { promptLogic } from 'lib/logic/promptLogic' |
| 3 | import { getEventNamesForAction, objectsEqual, sum, toParams, uuid } from 'lib/utils' |
| 4 | import posthog from 'posthog-js' |
nothing calls this directly
no test coverage detected