fix error caused by git auto merge

This commit is contained in:
EthanHealy01 2025-09-05 13:05:26 +01:00
parent 21d118c580
commit 8f0860c312
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import {
lastNExpression,
everyNthExpression,
rangeExpression,
} from './BulkSelectionPanel';
} from './BulkSelection';
interface BulkSelectionPanelProps {
csvInput: string;