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:
@@ -1,4 +1,4 @@
|
||||
import { initIDBProxy } from './customIDBStoreWrapper';
|
||||
import { initIDBProxy } from './customIDBStore.js';
|
||||
|
||||
export const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY';
|
||||
export const HISTORY_SLOTS = 5;
|
||||
|
||||
Reference in New Issue
Block a user