fix exports

This commit is contained in:
Dan Percic 2022-07-28 11:43:36 +03:00
parent 4844b6998b
commit bbf868a557
2 changed files with 1 additions and 2 deletions

View File

@ -19,3 +19,4 @@ export * from './lib/scrollbar';
export * from './lib/caching';
export * from './lib/users';
export * from './lib/translations';
export * from './lib/standalone';

View File

@ -1,8 +1,6 @@
export * from './functions';
export * from './operators';
export * from './auto-unsubscribe.directive';
export * from '../standalone/pipes/humanize.pipe';
export * from '../standalone/pipes/capitalize.pipe';
export * from './types/events.type';
export * from './types/utility-types';
export * from './types/tooltip-positions.type';