Delete unused component and macro

This commit is contained in:
leigh-mil
2019-10-22 14:30:34 -04:00
parent 14fcef8c87
commit 83967e6ed9
5 changed files with 0 additions and 220 deletions

View File

@@ -2,7 +2,6 @@ import FormMixin from '../../mixins/form'
import textinput from '../text_input'
import optionsinput from '../options_input'
import checkboxinput from '../checkbox_input'
import Selector from '../selector'
import Modal from '../../mixins/modal'
import toggler from '../toggler'
@@ -14,7 +13,6 @@ export default {
components: {
toggler,
Modal,
Selector,
textinput,
optionsinput,
checkboxinput,