diff --git a/app/javascript/template_builder/field.vue b/app/javascript/template_builder/field.vue index a190d6cb..8f71f418 100644 --- a/app/javascript/template_builder/field.vue +++ b/app/javascript/template_builder/field.vue @@ -78,7 +78,7 @@ :stroke-width="1.6" /> - - + --> - - + --> - + import Contenteditable from './contenteditable' import Upload from './upload' -import { IconRouteAltLeft, IconSortDescending2 } from '@tabler/icons-vue' +import { IconSortDescending2 } from '@tabler/icons-vue' import ConditionsModal from './conditions_modal' import ReplaceButton from './replace' import Field from './field' @@ -130,7 +131,6 @@ export default { name: 'DocumentPreview', components: { Contenteditable, - IconRouteAltLeft, ConditionsModal, ReplaceButton, IconSortDescending2