From cf1f0604ffd10c29d02366890d6224275e92aad0 Mon Sep 17 00:00:00 2001 From: Romuald Lemesle Date: Tue, 16 Jan 2024 17:09:47 +0100 Subject: [PATCH] [frontend] Remove unused import --- openex-front/package.json | 1 + .../assets/assetgroups/AssetGroupAddAssets.tsx | 4 ++-- openex-front/yarn.lock | 10 ++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/openex-front/package.json b/openex-front/package.json index 584ca12063..0e7d36f272 100644 --- a/openex-front/package.json +++ b/openex-front/package.json @@ -71,6 +71,7 @@ "@testing-library/react": "14.0.0", "@types/node": "20.10.3", "@types/react": "18.2.42", + "@types/react-csv": "1.1.10", "@types/react-dom": "18.2.17", "@types/seamless-immutable": "7.1.19", "@typescript-eslint/eslint-plugin": "6.13.2", diff --git a/openex-front/src/admin/components/assets/assetgroups/AssetGroupAddAssets.tsx b/openex-front/src/admin/components/assets/assetgroups/AssetGroupAddAssets.tsx index 9e5fca67ba..97b488032b 100644 --- a/openex-front/src/admin/components/assets/assetgroups/AssetGroupAddAssets.tsx +++ b/openex-front/src/admin/components/assets/assetgroups/AssetGroupAddAssets.tsx @@ -1,6 +1,6 @@ import React, { FunctionComponent, useState } from 'react'; -import { Add, PersonOutlined } from '@mui/icons-material'; -import { Box, Button, Chip, Dialog, DialogActions, DialogContent, DialogTitle, Fab, Grid, List, ListItemButton, ListItemIcon, ListItemText } from '@mui/material'; +import { PersonOutlined } from '@mui/icons-material'; +import { Box, Button, Chip, Dialog, DialogActions, DialogContent, DialogTitle, Grid, List, ListItemButton, ListItemIcon, ListItemText } from '@mui/material'; import { makeStyles } from '@mui/styles'; import * as R from 'ramda'; import { useAppDispatch } from '../../../../utils/hooks'; diff --git a/openex-front/yarn.lock b/openex-front/yarn.lock index 9778c41de7..151ca7dc11 100644 --- a/openex-front/yarn.lock +++ b/openex-front/yarn.lock @@ -3801,6 +3801,15 @@ __metadata: languageName: node linkType: hard +"@types/react-csv@npm:1.1.10": + version: 1.1.10 + resolution: "@types/react-csv@npm:1.1.10" + dependencies: + "@types/react": "*" + checksum: 0a19efd0bb559a288ce640abc491850c81e75ca5900c25044d93ad633d89d62e49c6963a1d5657e664e61edd526295a4a93641dd8429703cc4ebf9a0ab4d4157 + languageName: node + linkType: hard + "@types/react-dom@npm:18.2.17": version: 18.2.17 resolution: "@types/react-dom@npm:18.2.17" @@ -10997,6 +11006,7 @@ __metadata: "@testing-library/react": 14.0.0 "@types/node": 20.10.3 "@types/react": 18.2.42 + "@types/react-csv": 1.1.10 "@types/react-dom": 18.2.17 "@types/seamless-immutable": 7.1.19 "@typescript-eslint/eslint-plugin": 6.13.2