mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-29 19:16:37 +01:00
typing
This commit is contained in:
parent
2c345f21ed
commit
426d5ef9e6
@ -4,7 +4,7 @@ import { TreeItem } from 'lib/components/DatabaseTableTree/DatabaseTableTree'
|
||||
import { DatabaseSchemaDataWarehouseTable, DatabaseSchemaTable } from '~/queries/schema'
|
||||
import { DataWarehouseSavedQuery } from '~/types'
|
||||
|
||||
import { editorSceneLogicType } from './editorSceneLogicType'
|
||||
import type { editorSceneLogicType } from './editorSceneLogicType'
|
||||
|
||||
export const editorSceneLogic = kea<editorSceneLogicType>([
|
||||
path(['scenes', 'data-warehouse', 'editor', 'editorSceneLogic']),
|
||||
|
Loading…
Reference in New Issue
Block a user