Skip to content

Commit 236d26f

Browse files
committed
fix(mobile): linter
1 parent 7d44037 commit 236d26f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bundle/SelectPopup.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {FC, ReactNode} from 'react';
1+
import type {FC, ReactNode} from 'react';
22

3-
import {Popup, PopupProps, Sheet} from '@gravity-ui/uikit';
3+
import {Popup, type PopupProps, Sheet} from '@gravity-ui/uikit';
44

55
import {cn} from '../classname';
66

src/extensions/behavior/Resizable/Resizable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {ReactNode} from 'react';
1+
import type {ReactNode} from 'react';
22

33
import {cn} from '../../../classname';
44

0 commit comments

Comments
 (0)