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'