Skip to content

Commit

Permalink
dedup declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Feb 10, 2025
1 parent b6e9b4d commit 9d85c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"ag-grid-community": "^33.0.3",
"ag-grid-react": "^33.0.4",
"notistack": "^3.0.2",
"papaparse": "^5.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Dialog from '@mui/material/Dialog';
import DialogTitle from '@mui/material/DialogTitle';
import DialogContent from '@mui/material/DialogContent';
import DialogActions from '@mui/material/DialogActions';
import { useCSVReader } from 'react-papaparse';
import { RECORD_SEP, UNIT_SEP, useCSVReader } from 'react-papaparse';
import Button from '@mui/material/Button';
import React, { useMemo, useState } from 'react';
import Grid from '@mui/material/Grid';
Expand All @@ -18,7 +18,6 @@ import CsvDownloader from 'react-csv-downloader';
import Alert from '@mui/material/Alert';
import { DialogContentText } from '@mui/material';
import { useWatch } from 'react-hook-form';
import { RECORD_SEP, UNIT_SEP } from 'papaparse';
import { FieldConstants } from '../../../../../utils/constants/fieldConstants';
import { CancelButton } from '../../utils/CancelButton';

Expand Down

0 comments on commit 9d85c5d

Please sign in to comment.