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 @@ -140,7 +140,7 @@ import {
140
140
createEmptyWorkbookData ,
141
141
} from "./migrations/data" ;
142
142
import { legacyMigrationStepRegistry } from "./migrations/legacy_migration_steps" ;
143
- import { migrationStepRegistry } from "./migrations/new_migration_steps " ;
143
+ import { migrationStepRegistry } from "./migrations/migration_steps " ;
144
144
import {
145
145
corePluginRegistry ,
146
146
coreViewsPluginRegistry ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
13
13
} from "../types/index" ;
14
14
import { XlsxReader } from "../xlsx/xlsx_reader" ;
15
15
import { legacyMigrationStepRegistry } from "./legacy_migration_steps" ;
16
- import { migrationStepRegistry } from "./new_migration_steps " ;
16
+ import { migrationStepRegistry } from "./migration_steps " ;
17
17
18
18
const INITIAL_SHEET_ID = "Sheet1" ;
19
19
File renamed without changes.
You can’t perform that action at this time.
0 commit comments