Skip to content

Commit e1a0919

Browse files
committed
Add Question component to exports
1 parent 8eba853 commit e1a0919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Import vue component
22
import FlowForm from './components/FlowForm.vue'
3+
import Question from './components/Question.vue'
34
import QuestionModel, { QuestionType, ChoiceOption, LinkOption, MaskPresets } from './models/QuestionModel'
45
import LanguageModel from './models/LanguageModel'
56

@@ -33,6 +34,7 @@ if (GlobalVue) {
3334
export default FlowForm
3435

3536
export {
37+
Question,
3638
QuestionModel,
3739
QuestionType,
3840
ChoiceOption,

0 commit comments

Comments
 (0)