diff --git a/src/js/migration.js b/src/js/migration.js index 9599422..a3a5f69 100644 --- a/src/js/migration.js +++ b/src/js/migration.js @@ -1,5 +1,6 @@ import { LOCAL_STORAGE_KEY, DEFAULT_DICTIONARY, MIGRATE_VERSION } from "../constants"; import { saveDictionary } from "./dictionaryManagement"; +import { getTimestampInSeconds } from "../helpers"; export default function migrate() { if (window.location.pathname === '/') {