summaryrefslogtreecommitdiffhomepage
path: root/src/lib/cache/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cache/index.ts')
-rw-r--r--src/lib/cache/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cache/index.ts b/src/lib/cache/index.ts
index 7ce52dc..18f873b 100644
--- a/src/lib/cache/index.ts
+++ b/src/lib/cache/index.ts
@@ -1,2 +1,3 @@
export { imageCache } from './imageCache';
export type { CachedImage } from './imageCache';
+export { autoCacheService } from './autoCacheService';