mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 21:06:51 +08:00
5 lines
181 B
TypeScript
5 lines
181 B
TypeScript
// Mock for history-block plugin to avoid circular dependency in Storybook
|
|
export const HistoryBlockNode = null
|
|
export const HistoryBlockReplacementBlock = null
|
|
export default null
|