Skip to content

Commit 6831b80

Browse files
committed
fix: import single tool from lodash insead of full lib
1 parent dd8217a commit 6831b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/kit/components/Inputs/TextContent/TextContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from 'react';
22

33
import {Alert, Label, Text} from '@gravity-ui/uikit';
4-
import {isEmpty} from 'lodash';
54
import cloneDeep from 'lodash/cloneDeep';
5+
import isEmpty from 'lodash/isEmpty';
66

77
import type {StringIndependentInput, StringSpec} from '../../../../core';
88
import {block} from '../../../utils';

0 commit comments

Comments
 (0)