mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-03 00:34:15 +02:00
Merge branch 'master' of https://github.com/Alamantus/Lexiconga
This commit is contained in:
commit
1bb8ace20a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import { LOCAL_STORAGE_KEY, DEFAULT_DICTIONARY, MIGRATE_VERSION } from "../constants";
|
import { LOCAL_STORAGE_KEY, DEFAULT_DICTIONARY, MIGRATE_VERSION } from "../constants";
|
||||||
import { saveDictionary } from "./dictionaryManagement";
|
import { saveDictionary } from "./dictionaryManagement";
|
||||||
|
import { getTimestampInSeconds } from "../helpers";
|
||||||
|
|
||||||
export default function migrate() {
|
export default function migrate() {
|
||||||
if (window.location.pathname === '/') {
|
if (window.location.pathname === '/') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue