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