Delete unused Vue components and remove references to them.

This commit is contained in:
dandds
2019-09-25 06:14:12 -04:00
parent 494978fabd
commit 6dc1e10e77
15 changed files with 2 additions and 654 deletions

View File

@@ -7,7 +7,6 @@ import FormMixin from '../../mixins/form'
import optionsinput from '../options_input'
import SemiCollapsibleText from '../semi_collapsible_text'
import textinput from '../text_input'
import TotalsBox from '../totals_box'
import uploadinput from '../upload_input'
export default {
@@ -22,7 +21,6 @@ export default {
optionsinput,
SemiCollapsibleText,
textinput,
TotalsBox,
uploadinput,
},