Skip to content

Commit 22ff8d8

Browse files
committed
fix: Fix import in app file
1 parent 28791e0 commit 22ff8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ChatBot, { Flow } from "react-chatbotify";
22

3-
import RcbPlugin from "./core/RcbPlugin";
3+
import RcbPlugin from "./factory/RcbPluginFactory";
44

55
const App = () => {
66
// initialize example plugin

0 commit comments

Comments
 (0)