Skip to content

Commit

Permalink
fix: export Replyable
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Feb 4, 2022
1 parent 24c0c30 commit 8fc0ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/controls/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { default as BaseControls } from "./base";
export { default as CommentControls } from "./comment";
export { default as PostControls } from "./post";
export { default as ReplyableControls } from "./replyable";
export { default as SubredditControls } from "./subreddit";
export { default as UserControls } from "./user";
export { default as VoteableControls } from "./voteable";
1 change: 1 addition & 0 deletions src/objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export { default as Content } from "./content";
export * from "./content";
export { default as Post } from "./post";
export * from "./post";
export { default as Replyable } from "./replyable";
export { default as Subreddit } from "./subreddit";
export * from "./subreddit";
export * from "./user";
Expand Down

0 comments on commit 8fc0ddf

Please sign in to comment.