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

Commit a8cf21b

Browse files
committed
fix(feature-discovery): export feature discovery component
1 parent b9123b4 commit a8cf21b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: projects/core/src/public_api.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
// Core
99
export * from './lib/fivethree.core.module';
10-
// Components
10+
// Modules
1111
export * from './lib/app-bar/app-bar.module';
1212
export * from './lib/back-button/back-button.module';
1313
export * from './lib/bottom-sheet/bottom-sheet.module';
@@ -53,6 +53,7 @@ export * from './lib/dialog/dialog.component';
5353
export * from './lib/editable-label/editable-label.component';
5454
export * from './lib/expandable/expandable.component';
5555
export * from './lib/expandable/expandable-indicator/expandable-indicator.component';
56+
export * from './lib/feature-discovery/feature-discovery.component';
5657
export * from './lib/loading-content/loading-content.component';
5758
export * from './lib/fab/fab.component';
5859
export * from './lib/loading-progress-bar/loading-progress-bar.component';

0 commit comments

Comments
 (0)