1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-01 15:53:01 +02:00
This commit is contained in:
Robbie Antenesse 2019-10-01 11:32:44 -06:00
commit 1bb8ace20a

View file

@ -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 === '/') {