mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
separate imports for better tree shaking
Co-authored-by: Gustav Hansen <gu@stav.dev>
This commit is contained in:
parent
56607b6842
commit
20ccfeb2ac
@ -1,5 +1,6 @@
|
||||
import { useMemo } from 'react';
|
||||
import { get, toString } from 'lodash';
|
||||
import get from 'lodash/get';
|
||||
import toString from 'lodash/toString';
|
||||
import { useCMEditViewDataManager } from '@strapi/helper-plugin';
|
||||
|
||||
export function getDisplayedValue(modifiedData, componentFieldPath, mainField) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user