Skip to content

Commit

Permalink
refactor(lib): export all
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMorier committed Apr 3, 2020
1 parent feffe59 commit d58f637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/lib/scene-viewer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from './scene-viewer.component';
export * from './scene-viewer.module';
export * from './scene-viewer.module.testing';
export { UiPointerButton } from './pointer-button';
export { UiPointerPickInfo, UiSceneViewerService } from './scene-viewer.service';
export * from './scene-viewer.service';

0 comments on commit d58f637

Please sign in to comment.