fix: imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React, { useContext, useMemo } from 'react'
|
||||
import FlowContext from '../../lib/graph/flowContext'
|
||||
import FlowContext from '@/lib/graph/flowContext'
|
||||
import { ArrowDownLeft, ArrowUpRight } from 'lucide-react'
|
||||
import { NodeHelpPopover } from './NodeHelpPopover'
|
||||
import { getNodeType, getNodeClassificationLabel } from '../../lib/graph/nodeRegistry'
|
||||
import { NodeHelpPopover } from '@/components/graph/NodeHelpPopover'
|
||||
import { getNodeType, getNodeClassificationLabel } from '@/lib/graph/nodeRegistry'
|
||||
|
||||
type Props = {
|
||||
nodeId: string
|
||||
|
||||
Reference in New Issue
Block a user