@botonic/react
Version:
Build Chatbots using React
10 lines • 385 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.App = void 0;
class App {
constructor() {
throw 'This setup is deprecated in Botonic versions >=0.9.0. Please read the migration guide at: https://github.com/hubtype/botonic/tree/master/packages/botonic-react/MIGRATION_GUIDE.md';
}
}
exports.App = App;
//# sourceMappingURL=app.js.map
;