UNPKG

ai-chat-bot-interface

Version:

A AI chat bot interface. (private)

12 lines (8 loc) 166 B
import ChatUi from './src/ChatUi.vue'; const install = (app) => { app.component('ChatUi', ChatUi); }; export default { install, }; export {ChatUi};