import {ChatWindowComponent as ChatBot} from './src/app/chat-window/chat-window.component';
import {DataService as ChatService} from "./src/app/services/data.service";
import  {ChatInputComponent as ChatInput} from "./src/app/chat-input/chat-input.component";
import {ChatMsgComponent as ChatMsg} from "./src/app/chat-msg/chat-msg.component";

export {ChatService, ChatBot, ChatMsg, ChatInput };
