Fix vestigial code for deleted component
This commit is contained in:
parent
5f613b3cd5
commit
d6910e85d4
@ -5,7 +5,6 @@ export default {
|
|||||||
name: 'multicheckboxinput',
|
name: 'multicheckboxinput',
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
otherinput,
|
|
||||||
optionsinput,
|
optionsinput,
|
||||||
textinput,
|
textinput,
|
||||||
},
|
},
|
||||||
|
@ -7,7 +7,6 @@ import VTooltip from 'v-tooltip'
|
|||||||
|
|
||||||
import optionsinput from './components/options_input'
|
import optionsinput from './components/options_input'
|
||||||
import multicheckboxinput from './components/multi_checkbox_input'
|
import multicheckboxinput from './components/multi_checkbox_input'
|
||||||
import otherinput from './components/other_input'
|
|
||||||
import textinput from './components/text_input'
|
import textinput from './components/text_input'
|
||||||
import checkboxinput from './components/checkbox_input'
|
import checkboxinput from './components/checkbox_input'
|
||||||
import DetailsOfUse from './components/forms/details_of_use'
|
import DetailsOfUse from './components/forms/details_of_use'
|
||||||
@ -40,7 +39,6 @@ const app = new Vue({
|
|||||||
toggler,
|
toggler,
|
||||||
optionsinput,
|
optionsinput,
|
||||||
multicheckboxinput,
|
multicheckboxinput,
|
||||||
otherinput,
|
|
||||||
textinput,
|
textinput,
|
||||||
checkboxinput,
|
checkboxinput,
|
||||||
DetailsOfUse,
|
DetailsOfUse,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user