| 1 | import { kea } from 'kea' |
| 2 | import { InsightLogicProps, InsightType } from '~/types' |
| 3 | import { keyForInsightLogicProps } from 'scenes/insights/sharedUtils' |
| 4 | import { insightLogic } from 'scenes/insights/insightLogic' |
nothing calls this directly
no test coverage detected