dify
This commit is contained in:
4
dify/web/.storybook/__mocks__/context-block.tsx
Normal file
4
dify/web/.storybook/__mocks__/context-block.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
// Mock for context-block plugin to avoid circular dependency in Storybook
|
||||
export const ContextBlockNode = null
|
||||
export const ContextBlockReplacementBlock = null
|
||||
export default null
|
||||
4
dify/web/.storybook/__mocks__/history-block.tsx
Normal file
4
dify/web/.storybook/__mocks__/history-block.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
// Mock for history-block plugin to avoid circular dependency in Storybook
|
||||
export const HistoryBlockNode = null
|
||||
export const HistoryBlockReplacementBlock = null
|
||||
export default null
|
||||
4
dify/web/.storybook/__mocks__/query-block.tsx
Normal file
4
dify/web/.storybook/__mocks__/query-block.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
// Mock for query-block plugin to avoid circular dependency in Storybook
|
||||
export const QueryBlockNode = null
|
||||
export const QueryBlockReplacementBlock = null
|
||||
export default null
|
||||
Reference in New Issue
Block a user