Removes unecessary imports
This commit is contained in:
parent
aed01eb4ff
commit
84219e10ef
@ -60,7 +60,6 @@
|
||||
<script>
|
||||
import context from './libs/context'
|
||||
import { shallowEqualObjects, parseRules, snakeToCamel } from './libs/utils'
|
||||
import nanoid from 'nanoid/non-secure'
|
||||
|
||||
export default {
|
||||
name: 'FormulateInput',
|
||||
|
@ -1,4 +1,3 @@
|
||||
import nanoid from 'nanoid/non-secure'
|
||||
import { map, arrayify, shallowEqualObjects } from './utils'
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user