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

@@ -4,7 +4,7 @@ import {
createAbstractNodeComponent,
useAbstractNode,
} from '@/lib/graph/abstractNode'
import { getConfigContent } from '@/lib/configTypes'
import { getConfigContent } from '@/lib/graph/configTypes'
import {
BaseNode,
BaseNodeContent,

View File

@@ -3,7 +3,7 @@
* Update mode is manual (user clicks Run on the renderer).
*/
import type { SourceRenderingLogic } from '@/lib/sourceRenderingLogic'
import type { SourceRenderingLogic } from '@/lib/graph/sourceRenderingLogic'
export const agentRenderingLogic: SourceRenderingLogic = {
defaultUpdateMode: 'manual',