We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28791e0 commit 22ff8d8Copy full SHA for 22ff8d8
src/App.tsx
@@ -1,6 +1,6 @@
1
import ChatBot, { Flow } from "react-chatbotify";
2
3
-import RcbPlugin from "./core/RcbPlugin";
+import RcbPlugin from "./factory/RcbPluginFactory";
4
5
const App = () => {
6
// initialize example plugin
0 commit comments