0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 07:22:44 +00:00

Remove wrapper from file name

This commit is contained in:
G.Ambatte
2024-10-26 09:58:09 +13:00
parent eb852b8045
commit 478a541d62
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { initIDBProxy } from './customIDBStoreWrapper';
import { initIDBProxy } from './customIDBStore.js';
export const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY';
export const HISTORY_SLOTS = 5;