Skip to content

Commit

Permalink
Fix 1969 (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasBora committed Apr 29, 2024
1 parent a686421 commit b2bc4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/dexie-export-import/src/dexie-export-import.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Dexie from 'dexie';
import { ExportOptions, exportDB } from './export';
import { ExportOptions, ExportProgress, exportDB } from './export';
import { importDB, peakImportFile, ImportOptions, importInto, StaticImportOptions } from './import';
import { DexieExportJsonMeta } from './json-structure';

export { exportDB, ExportOptions};
export { exportDB, ExportOptions, ExportProgress};
export { importDB, importInto, peakImportFile, ImportOptions, DexieExportJsonMeta};

//
Expand Down

0 comments on commit b2bc4c8

Please sign in to comment.