UNPKG

@kshrd/chatbotwidget

Version:

A Rchatbot widget for web applications built with Next.js

5 lines (3 loc) 105 B
// src/index.js import Chat from './app/page'; // Adjust the import path as needed export default Chat;