style: Rearranged imports
This commit is contained in:
parent
4cec18b1d7
commit
6a86d1f7b7
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue