Files
GMW/services/frontend/src/components/chatbot/index.ts
T

5 lines
213 B
TypeScript
Raw Normal View History

export { ChatbotProvider, useChatbot } from "./chatbot-context";
export { ChatbotContainer } from "./chatbot-container";
export { ChatbotCanvas } from "./chatbot-canvas";
export { ChatPanel } from "./chat-panel";