Skip to content

Commit 51a3601

Browse files
wodCZwtrocki
authored andcommitted
fix bundling
1 parent 9b7bc2e commit 51a3601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { default as CachePersistor } from './CachePersistor';
22
export { default as persistCache } from './persistCache';
33
export * from './persistCacheSync';
4-
export * from './storageWrappers';
4+
export * from './storageWrappers/index';
55
export { PersistentStorage } from './types';

0 commit comments

Comments
 (0)