1
0
mirror of synced 2025-02-16 20:53:13 +03:00

Removes unecessary imports

This commit is contained in:
Justin Schroeder 2020-05-01 22:44:30 -04:00
parent aed01eb4ff
commit 84219e10ef
2 changed files with 0 additions and 2 deletions

View File

@ -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',

View File

@ -1,4 +1,3 @@
import nanoid from 'nanoid/non-secure'
import { map, arrayify, shallowEqualObjects } from './utils'
/**