From ff4af30b47a66e0248d53958f973a552fa472513 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:48:17 +0200 Subject: [PATCH] chore(nc-gui): export mem storage from utils --- packages/nc-gui/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nc-gui/utils/index.ts b/packages/nc-gui/utils/index.ts index 642feed20c..7a2cf1d395 100644 --- a/packages/nc-gui/utils/index.ts +++ b/packages/nc-gui/utils/index.ts @@ -18,3 +18,4 @@ export * from './currencyUtils' export * from './dataUtils' export * from './userUtils' export * from './stringUtils' +export * from './memStorage'