From c79e065fe0277f9001c8505a28f677fc8cd63d40 Mon Sep 17 00:00:00 2001 From: tjtanjin Date: Sat, 14 Sep 2024 21:37:39 +0800 Subject: [PATCH] chore: Remove event constant export --- src/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index c5ffda0b..9a5882a6 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -12,7 +12,6 @@ import { Styles } from "./types/Styles"; import { Toast } from "./types/Toast"; import { Theme } from "./types/Theme"; import { Button } from "./constants/Button"; -import { RcbEvent } from "./constants/RcbEvent"; // event imports import { RcbLoadChatHistoryEvent } from "./types/events/RcbLoadChatHistoryEvent"; @@ -87,8 +86,7 @@ export type { // constant exports export { - Button, - RcbEvent + Button }; // hook exports