Skip to content

Commit

Permalink
export showcase components
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Feb 27, 2024
1 parent c0b3421 commit b547d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/src/forum/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import PollView from './PollView';
import PollViewPage from './PollViewPage';
import PollSubmitButton from './Poll/PollSubmitButton';
import PollsShowcasePage from './PollsShowcasePage';
import PollShowcase from './PollShowcase';
import PollShowcaseItem from './PollShowcaseItem';

export const components = {
CreatePollModal,
Expand All @@ -24,4 +26,6 @@ export const components = {
PollViewPage,
PollSubmitButton,
PollsShowcasePage,
PollShowcase,
PollShowcaseItem,
};

0 comments on commit b547d8a

Please sign in to comment.