File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ import {
139
139
createEmptySheet ,
140
140
createEmptyWorkbookData ,
141
141
} from "./migrations/data" ;
142
- import { legacyMigrationStepRegistry } from "./migrations/migration_steps " ;
142
+ import { legacyMigrationStepRegistry } from "./migrations/legacy_migration_steps " ;
143
143
import { migrationStepRegistry } from "./migrations/new_migration_steps" ;
144
144
import {
145
145
corePluginRegistry ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
WorkbookData ,
13
13
} from "../types/index" ;
14
14
import { XlsxReader } from "../xlsx/xlsx_reader" ;
15
- import { legacyMigrationStepRegistry } from "./migration_steps " ;
15
+ import { legacyMigrationStepRegistry } from "./legacy_migration_steps " ;
16
16
import { migrationStepRegistry } from "./new_migration_steps" ;
17
17
18
18
const INITIAL_SHEET_ID = "Sheet1" ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments