Skip to content

Commit

Permalink
chore: Remove event constant export
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 14, 2024
1 parent 2595f96 commit c79e065
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -87,8 +86,7 @@ export type {

// constant exports
export {
Button,
RcbEvent
Button
};

// hook exports
Expand Down

0 comments on commit c79e065

Please sign in to comment.