Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Jan 17, 2025
1 parent a86dc8f commit b7ba80b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Listbox, ListboxButton, ListboxOption, ListboxOptions } from '@headlessui/react';
import { Result, err, ok } from 'neverthrow';
import Papa from 'papaparse';
import { useEffect, useState, type Dispatch, type FC, type SetStateAction } from 'react';
import { toast } from 'react-toastify';
import { Tooltip } from 'react-tooltip';
Expand All @@ -8,7 +9,6 @@ import { ColumnMapping } from './ColumnMapping';
import { type ProcessedFile } from './fileProcessing';
import type { InputField } from '../../../types/config';
import { BaseDialog } from '../../common/BaseDialog';
import Papa from 'papaparse';

interface ColumnMappingModalProps {
inputFile: ProcessedFile;
Expand Down

0 comments on commit b7ba80b

Please sign in to comment.