fix: imports

This commit is contained in:
2026-03-12 11:29:26 +01:00
parent 7a6a4a43c5
commit 49a80e8d91
12 changed files with 30 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react'
import { HelpCircle } from 'lucide-react'
import { Popover, PopoverContent, PopoverTrigger } from '../ui/popover'
import { getNodeHelp } from '../../lib/graph/nodeRegistry'
import { cn } from '../../lib/utils'
import { Popover, PopoverContent, PopoverTrigger } from '@/components/ui/popover'
import { getNodeHelp } from '@/lib/graph/nodeRegistry'
import { cn } from '@/lib/utils'
type Props = {
nodeType: string