Skip to content

Commit 8296af2

Browse files
coyoteecdxidedix
authored andcommitted
fix: add missing AppSidebarNavComponent/AppSidebarMinimizer to public api
Fixes #110
1 parent 8e93076 commit 8296af2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
export { INavData } from './app-sidebar-nav';
22
export { AppSidebarComponent } from './app-sidebar.component';
3+
export { AppSidebarNavComponent } from './app-sidebar-nav.component';
4+
export { AppSidebarMinimizerComponent } from './app-sidebar-minimizer.component';
35
export { SidebarNavHelper } from './app-sidebar-nav.service';
46
export { AppSidebarModule } from './app-sidebar.module';

0 commit comments

Comments
 (0)