diff --git a/js/src/forum/components/Poll/PollOption.tsx b/js/src/forum/components/Poll/PollOption.tsx index b3b4a118..5b69223c 100644 --- a/js/src/forum/components/Poll/PollOption.tsx +++ b/js/src/forum/components/Poll/PollOption.tsx @@ -2,19 +2,13 @@ import * as Mithril from 'mithril'; import Component from 'flarum/common/Component'; import PollOptionLabel from './PollOptionLabel'; import PollOptionDescription from './PollOptionDescription'; +import PollOptionInput from './PollOptionInput'; export default class PollOption extends Component { view(): Mithril.Children { return (