Skip to content

Commit

Permalink
fix(abc:reuse-tab): fix missing export cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Aug 1, 2023
1 parent af52e8e commit 9ffdcbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/abc/reuse-tab/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export { ReuseTabModule } from './reuse-tab.module';
export * from './reuse-tab.interfaces';
export * from './lifecycle_hooks';
export * from './reuse-tab.state';
export { REUSE_TAB_CACHED_MANAGER, ReuseTabCachedManager } from './reuse-tab.cache';

0 comments on commit 9ffdcbe

Please sign in to comment.