mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:25:48 +08:00
5 lines
181 B
TypeScript
5 lines
181 B
TypeScript
// Mock for context-block plugin to avoid circular dependency in Storybook
|
|
export const ContextBlockNode = null
|
|
export const ContextBlockReplacementBlock = null
|
|
export default null
|