Skip to content

Commit

Permalink
update for csv-parse 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyanthropos committed Mar 21, 2023
1 parent cb9818f commit 003aba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tools/_framework/Menus/GradeUpload.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useCallback } from 'react';
import { useDropzone } from 'react-dropzone';
import Button from '../../../_reactComponents/PanelHeaderComponents/Button';
import parse from 'csv-parse';
import {parse} from 'csv-parse';
import { useSetRecoilState } from 'recoil';
import {
processGradesAtom,
Expand Down
2 changes: 1 addition & 1 deletion src/Tools/_framework/Menus/GroupSettings.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from 'axios';
import parse from 'csv-parse';
import {parse} from 'csv-parse';
import React, { useEffect, useReducer, useCallback } from 'react';
import { useDropzone } from 'react-dropzone';
import {
Expand Down

0 comments on commit 003aba1

Please sign in to comment.