Skip to content

Commit b10f364

Browse files
committed
fix(SideBar): fix component not exported
1 parent 57e49dc commit b10f364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export * from './link';
1111
/**
1212
* 导航(5个)
1313
*/
14+
export * from './side-bar';
1415
export * from './steps';
1516
export * from './tab-bar';
1617
export * from './navbar';

0 commit comments

Comments
 (0)