From 502af4b885feba94833e0776b8e7114ecb99362c Mon Sep 17 00:00:00 2001 From: Iddan Aaronsohn Date: Sun, 16 Aug 2020 20:36:33 +0300 Subject: [PATCH] Update index.ts --- lib/interfaces/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interfaces/index.ts b/lib/interfaces/index.ts index 7a92b83..a8e96d8 100644 --- a/lib/interfaces/index.ts +++ b/lib/interfaces/index.ts @@ -1,3 +1,3 @@ -export * from './Storage-module-options'; +export * from './storage-module-options'; export * from './storage-module-async-options'; export * from './storage-options-factory';