fix: imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { useCallback, useContext, useEffect, useRef, useState } from 'react'
|
||||
import FlowContext from '../../lib/graph/flowContext'
|
||||
import type { AppNode } from '../../lib/graph/nodeTypes'
|
||||
import { replaceNodeIdInGraph } from '../../lib/graph/flowUtils'
|
||||
import FlowContext from '@/lib/graph/flowContext'
|
||||
import type { AppNode } from '@/lib/graph/nodeTypes'
|
||||
import { replaceNodeIdInGraph } from '@/lib/graph/flowUtils'
|
||||
|
||||
type Props = {
|
||||
nodeId: string
|
||||
|
||||
Reference in New Issue
Block a user