Skip to content

Commit

Permalink
fix: export Subreddit
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Apr 10, 2021
1 parent c692734 commit 1f6041d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/objects/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export { default as Content } from "./content";
export * from "./content";

export { default as Subreddit } from "./subreddit";
export * from "./subreddit";

export { default as Votable } from "./voteable";
export * from "./voteable";

Expand Down

0 comments on commit 1f6041d

Please sign in to comment.