Files
aeroresolve_frontend/src/app/chatbot/index.tsx
T

6 lines
141 B
TypeScript

import ChatbotPage from './ChatbotPage';
export { FloatingChatWidget } from './components/FloatingChatWidget';
export default ChatbotPage;