Skip to content

Commit

Permalink
update csv-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyanthropos committed Mar 20, 2023
1 parent 578741b commit cb9818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/_framework/Menus/LoadPeople.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useCallback, useState } from 'react';
import { useDropzone } from 'react-dropzone';
import Button from '../../../_reactComponents/PanelHeaderComponents/Button';
import parse from 'csv-parse';
import { parse } from 'csv-parse';
import { atom, useRecoilCallback, useRecoilValue, useSetRecoilState } from 'recoil';

import ButtonGroup from '../../../_reactComponents/PanelHeaderComponents/ButtonGroup';
Expand Down

0 comments on commit cb9818f

Please sign in to comment.