Skip to content

Commit 063659c

Browse files
committed
chore: change import
1 parent 3bc6b5c commit 063659c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Settings/Settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, {forwardRef} from 'react';
1+
import React from 'react';
22

33
import {Flex, IconProps, Loader} from '@gravity-ui/uikit';
44
import identity from 'lodash/identity';
@@ -159,7 +159,7 @@ const SettingItem = ({
159159
);
160160
};
161161

162-
const SectionItem = forwardRef<
162+
const SectionItem = React.forwardRef<
163163
HTMLDivElement,
164164
SettingsPageSection & {
165165
search: string;

0 commit comments

Comments
 (0)