From 6a86d1f7b79dea4f596234f5ddc027e4b505ee2f Mon Sep 17 00:00:00 2001 From: Zaytsev Kirill Date: Sat, 22 May 2021 15:38:04 +0300 Subject: [PATCH] style: Rearranged imports --- src/FormularioInput.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FormularioInput.vue b/src/FormularioInput.vue index c272a67..7c4be81 100644 --- a/src/FormularioInput.vue +++ b/src/FormularioInput.vue @@ -18,10 +18,10 @@ import { } from 'vue-property-decorator' import { arrayify, has, shallowEqualObjects, snakeToCamel } from './utils' import { - ValidationRuleFn, - ValidationMessageI18NFn, processConstraints, validate, + ValidationRuleFn, + ValidationMessageI18NFn, Violation, } from '@/validation/validator'