Skip to content

Commit

Permalink
fix(package): utilities import should have its own index file (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Jun 20, 2018
1 parent cfe146f commit 624e876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/index.ts
Expand Up @@ -14,5 +14,5 @@ export * from './sample/index';
export * from './sort/index';
export * from './table/index';
export * from './toolbar/index';
export * from './utilities/window.reference';
export * from './utilities/index';
export * from './wizard/index';
1 change: 1 addition & 0 deletions src/app/utilities/index.ts
@@ -0,0 +1 @@
export * from './window.reference';

0 comments on commit 624e876

Please sign in to comment.