remove import

This commit is contained in:
Ben Irvin 2023-06-29 12:30:12 +02:00
parent 66457b4ddf
commit d9d633b87c

View File

@ -18,7 +18,6 @@ import {
mergeAll, mergeAll,
isArray, isArray,
isString, isString,
isDate,
} from 'lodash/fp'; } from 'lodash/fp';
import _ from 'lodash'; import _ from 'lodash';
import parseType from './parse-type'; import parseType from './parse-type';