Skip to content

Commit

Permalink
Fix another circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 16, 2023
1 parent 2824e53 commit 03d7d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/notebooks/Notebook/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Node as PMNode } from '@tiptap/pm/model'

import { NotebookNodeResource, NotebookNodeType } from '~/types'

import { NotebookNodeLogicProps } from '../Nodes/notebookNodeLogic'
import type { NotebookNodeLogicProps } from '../Nodes/notebookNodeLogic'

// TODO: fix the typing of string to NotebookNodeType
export const KNOWN_NODES: Record<string, CreatePostHogWidgetNodeOptions<any>> = {}
Expand Down

0 comments on commit 03d7d24

Please sign in to comment.