fix: folder org

This commit is contained in:
2026-03-12 11:22:01 +01:00
parent 4184a60706
commit 7a6a4a43c5
10 changed files with 10 additions and 10 deletions

View File

@@ -8,8 +8,8 @@ import {
createAbstractNodeComponent,
useAbstractNode,
} from '@/lib/graph/abstractNode'
import { getConfigContent, getConfigType, getConfigTypeId } from '@/lib/configTypes'
import { getSourceRenderingLogic } from '@/lib/sourceRenderingLogic'
import { getConfigContent, getConfigType, getConfigTypeId } from '@/lib/graph/configTypes'
import { getSourceRenderingLogic } from '@/lib/graph/sourceRenderingLogic'
import { useSyncConnectionStatus } from '@/lib/graph/nodeLifecycle'
import { useResizeHeight } from '@/hooks/useResizeHeight'
import { plantumlLanguage } from '@/lib/plantumlLanguage'