Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fix(feature-discovery): export feature discovery component
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Nov 12, 2019
1 parent b9123b4 commit a8cf21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/core/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
// Core
export * from './lib/fivethree.core.module';
// Components
// Modules
export * from './lib/app-bar/app-bar.module';
export * from './lib/back-button/back-button.module';
export * from './lib/bottom-sheet/bottom-sheet.module';
Expand Down Expand Up @@ -53,6 +53,7 @@ export * from './lib/dialog/dialog.component';
export * from './lib/editable-label/editable-label.component';
export * from './lib/expandable/expandable.component';
export * from './lib/expandable/expandable-indicator/expandable-indicator.component';
export * from './lib/feature-discovery/feature-discovery.component';
export * from './lib/loading-content/loading-content.component';
export * from './lib/fab/fab.component';
export * from './lib/loading-progress-bar/loading-progress-bar.component';
Expand Down

0 comments on commit a8cf21b

Please sign in to comment.