Skip to content

Commit

Permalink
[frontend] Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Jan 16, 2024
1 parent 46c45ec commit cf1f060
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions openex-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
10 changes: 10 additions & 0 deletions openex-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cf1f060

Please sign in to comment.