Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Export useConversation
  • Loading branch information
pomber committed Jun 25, 2023
commit e5a7b0d3aab5f48009ad837f2385fc7e9f704a9b
1 change: 1 addition & 0 deletions packages/mdx/src/chat/replies.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import ReactMarkdown from "react-markdown"
import React from 'react'

export function Replies({
replies,
Expand Down
3 changes: 2 additions & 1 deletion packages/mdx/src/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { Spotlight } from "./mdx-client/spotlight"
import { Scrollycoding } from "./mdx-client/scrollycoding"
import { CodeSlot, PreviewSlot } from "./mdx-client/slots"
import { Slideshow } from "./mdx-client/slideshow"
import { Chat, useConversation } from "./chat/chat"
import { Chat } from "./chat/chat"
import { useConversation } from "./chat/use-conversation"
import {
annotationsMap,
Annotation,
Expand Down