Skip to content

Commit 28791e0

Browse files
committed
fix: Fix plugin export
1 parent 9b01ea5 commit 28791e0

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

src/core/RcbPlugin.tsx

-67
This file was deleted.

src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import RcbPlugin from "./core/RcbPlugin";
1+
import RcbPlugin from "./factory/RcbPluginFactory";
22

33
export default RcbPlugin;

0 commit comments

Comments
 (0)