Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 16, 2022
1 parent 9310eca commit df6f918
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/history/serialize/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { compressRawResult } from './compress.js'
import { compressRawResult } from './compression/compress.js'
import { decompressRawResult } from './compression/decompress.js'
import { parseRawResult, serializeRawResult } from './contents.js'
import { decompressRawResult } from './decompress.js'
import { migrateRawResult } from './migrate.js'

// Serialize a rawResult to a rawResultStr used by stores
Expand Down

0 comments on commit df6f918

Please sign in to comment.