mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 18:22:40 +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_PREFIX = 'HOMEBREWERY-HISTORY';
|
||||||
export const HISTORY_SLOTS = 5;
|
export const HISTORY_SLOTS = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user