Skip to content

Commit

Permalink
fix: export ImageModal
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and BroKun committed Oct 28, 2024
1 parent 2e42c0a commit 0c11700
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changeset/spotty-ligers-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@difizen/magent-chat': patch
'@difizen/magent-docs': patch
'@difizen/magent-platform': patch
'@difizen/magent-ui': patch
'@difizen/magent-au': patch
'@difizen/magent-core': patch
'@difizen/magent-flow': patch
'@difizen/magent-libro': patch
---

export ImageModal
3 changes: 2 additions & 1 deletion web-packages/magent-chat/src/chat-view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ export * from './module.js';
export * from './view.js';

import { Input } from './components/input/index.js';
import { DefaultMarkdown } from './components/markdown/index.js';
import { DefaultMarkdown, ImageModal } from './components/markdown/index.js';
import { TextMessage } from './components/text/index.js';
import { Typing } from './components/typing/index.js';

export const ChatComponents = {
Input,
ImageModal,
Markdown: DefaultMarkdown,
TextMessage,
Typing,
Expand Down

0 comments on commit 0c11700

Please sign in to comment.