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

@@ -5,8 +5,8 @@
*/
import type React from 'react'
import { registerSourceRenderingLogic } from '../sourceRenderingLogic'
import type { SourceRenderingLogic } from '../sourceRenderingLogic'
import { registerSourceRenderingLogic } from './sourceRenderingLogic'
import type { SourceRenderingLogic } from './sourceRenderingLogic'
/** Node classification for UI: Psyche, Pneuma, Physis, Archon (AI Agent). */
export type NodeClassification = 'psyche' | 'pneuma' | 'physis' | 'archon'

View File

@@ -19,7 +19,7 @@
import type React from 'react'
import type { NodeTypeDescriptor, NodeClassification, NodeHelpEntry } from './nodeRegistry'
import type { SourceRenderingLogic } from '../sourceRenderingLogic'
import type { SourceRenderingLogic } from './sourceRenderingLogic'
type OptionalDescriptor = Partial<
Omit<