We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8217a commit 6831b80Copy full SHA for 6831b80
src/lib/kit/components/Inputs/TextContent/TextContent.tsx
@@ -1,8 +1,8 @@
1
import React from 'react';
2
3
import {Alert, Label, Text} from '@gravity-ui/uikit';
4
-import {isEmpty} from 'lodash';
5
import cloneDeep from 'lodash/cloneDeep';
+import isEmpty from 'lodash/isEmpty';
6
7
import type {StringIndependentInput, StringSpec} from '../../../../core';
8
import {block} from '../../../utils';
0 commit comments