Post rebase fixes

This commit is contained in:
leigh-mil
2019-06-07 12:37:03 -04:00
parent 61d7bc92d8
commit 454643c3c9
3 changed files with 8 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import DateSelector from '../date_selector'
import FormMixin from '../../mixins/form'
import optionsinput from '../options_input'
import textinput from '../text_input'
import uploadinput from '../upload_input'
export default {
name: 'to-form',
@@ -14,6 +15,7 @@ export default {
DateSelector,
optionsinput,
textinput,
uploadinput,
},
props: {