diff --git a/frontend/src/components/pageEditor/BulkSelectionPanel.ts b/frontend/src/components/pageEditor/BulkSelection.ts similarity index 100% rename from frontend/src/components/pageEditor/BulkSelectionPanel.ts rename to frontend/src/components/pageEditor/BulkSelection.ts diff --git a/frontend/src/components/pageEditor/BulkSelectionPanel.tsx b/frontend/src/components/pageEditor/BulkSelectionPanel.tsx index 7ffd6b05c..8d09a6f35 100644 --- a/frontend/src/components/pageEditor/BulkSelectionPanel.tsx +++ b/frontend/src/components/pageEditor/BulkSelectionPanel.tsx @@ -11,7 +11,7 @@ import { lastNExpression, everyNthExpression, rangeExpression, -} from './BulkSelectionPanel'; +} from './BulkSelection'; interface BulkSelectionPanelProps { csvInput: string;