Skip to content

Commit

Permalink
Merge pull request #152 from afadil/develop
Browse files Browse the repository at this point in the history
fix ts error
  • Loading branch information
afadil authored Oct 27, 2024
2 parents 785a6a2 + 96795a0 commit eb4886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/activity/import/hooks/useCsvParser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState, useCallback } from 'react';
import Papa from 'papaparse';
import { ImportFormat, ImportMappingData } from '@/lib/types';
import { ImportMappingData } from '@/lib/types';
import { validateCsvStructure, initializeColumnMapping } from '../utils/csvValidation';

export function useCsvParser() {
Expand Down

0 comments on commit eb4886f

Please sign in to comment.