Skip to content

Commit 0dff782

Browse files
helabenkhalfallahkb-ovh
authored andcommitted
fix(*): muk lint issues
ref: #MANAGER-19933 Signed-off-by: helabenkhalfallah <[email protected]>
1 parent 8c8c105 commit 0dff782

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/manager-ui-kit/src/components/modal/Modal.component.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
import { ElementRef, ForwardedRef, forwardRef, ForwardRefExoticComponent, RefAttributes, useMemo } from 'react';
1+
import {
2+
ElementRef,
3+
ForwardRefExoticComponent,
4+
ForwardedRef,
5+
RefAttributes,
6+
forwardRef,
7+
useMemo,
8+
} from 'react';
29

310
import { useTranslation } from 'react-i18next';
411

0 commit comments

Comments
 (0)