Compare commits
2 Commits
122282d1a7
...
39ccddab18
Author | SHA1 | Date |
---|---|---|
Robbie Antenesse | 39ccddab18 | |
Robbie Antenesse | 725f47782a |
|
@ -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 === '/') {
|
||||
|
|
Loading…
Reference in New Issue