diff --git a/client/homebrew/utils/customIDBStoreWrapper.js b/client/homebrew/utils/customIDBStore.js similarity index 100% rename from client/homebrew/utils/customIDBStoreWrapper.js rename to client/homebrew/utils/customIDBStore.js diff --git a/client/homebrew/utils/versionHistory.js b/client/homebrew/utils/versionHistory.js index 4da4b29f1..d9a70c11d 100644 --- a/client/homebrew/utils/versionHistory.js +++ b/client/homebrew/utils/versionHistory.js @@ -1,4 +1,4 @@ -import { initIDBProxy } from './customIDBStoreWrapper'; +import { initIDBProxy } from './customIDBStore.js'; export const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY'; export const HISTORY_SLOTS = 5;