Skip to content

Commit d6e448b

Browse files
committed
fix: add missing exports
1 parent 72e7b8a commit d6e448b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/data-display/gauge/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './gauge';

src/data-display/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from './fact';
2+
export * from './gauge';
3+
export * from './line-chart';

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export * from './alert';
22
export * from './card';
33
export * from './code';
44
export * from './core';
5+
export * from './data-display';
56
export * from './description';
67
export * from './link';
78
export * from './pager';

0 commit comments

Comments
 (0)