UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

7 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatBot = void 0; var tslib_1 = require("tslib"); var ChatBot_1 = tslib_1.__importDefault(require("./components/ChatBot")); exports.ChatBot = ChatBot_1.default; //# sourceMappingURL=index.js.map