Skip to content

Commit ae335fb

Browse files
authored
Include LoadingBar in default export (#195)
1 parent 8caa90a commit ae335fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/elements/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ export Table from './table'
77
export Icon from './icon'
88
export DetailList from './detail-list'
99
export Card from './card'
10+
export LoadingBar from './loading-bar'

src/elements/loading-bar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export LoadingBar from './loading-bar'
1+
export default from './loading-bar'

0 commit comments

Comments
 (0)