Skip to content

Commit 8698c3d

Browse files
fix eslint
1 parent 5d6cf76 commit 8698c3d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/components/spreadsheet-view/add-spreadsheet/add-spreadsheet-button.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
66
*/
77

8-
import { FC, type FunctionComponent, MouseEvent, useCallback, useState } from 'react';
8+
import { useCallback, useState } from 'react';
99
import { Button, type ButtonProps, Menu, MenuItem, Theme, Tooltip } from '@mui/material';
1010
import AddIcon from '@mui/icons-material/Add';
11-
import { useStateBoolean, UseStateBooleanReturn } from '@gridsuite/commons-ui';
11+
import { useStateBoolean } from '@gridsuite/commons-ui';
1212
import { FormattedMessage } from 'react-intl';
1313
import { SpreadsheetTabDefinition } from '../types/spreadsheet.type';
1414
import { ResetNodeAliasCallback } from '../hooks/use-node-aliases';

src/components/spreadsheet-view/spreadsheet/spreadsheet-content/hooks/use-spreadsheet-equipments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
66
*/
77

8-
import { type Identifiable, NotificationsUrlKeys, useNotificationsListener } from '@gridsuite/commons-ui';
8+
import { NotificationsUrlKeys, useNotificationsListener } from '@gridsuite/commons-ui';
99
import type { UUID } from 'crypto';
1010
import { useCallback, useEffect, useMemo, useState } from 'react';
1111
import { useDispatch, useSelector } from 'react-redux';

src/components/spreadsheet-view/spreadsheet/spreadsheet-toolbar/nodes-config/nodes-config-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
66
*/
77

8-
import type { UUID } from 'crypto';
98
import { FormattedMessage } from 'react-intl';
109
import { Badge, Button, Menu, MenuItem, type Theme, Tooltip } from '@mui/material';
1110
import { useStateBoolean } from '@gridsuite/commons-ui';

0 commit comments

Comments
 (0)