We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caa90a commit ae335fbCopy full SHA for ae335fb
src/elements/index.js
@@ -7,3 +7,4 @@ export Table from './table'
7
export Icon from './icon'
8
export DetailList from './detail-list'
9
export Card from './card'
10
+export LoadingBar from './loading-bar'
src/elements/loading-bar/index.js
@@ -1 +1 @@
1
-export LoadingBar from './loading-bar'
+export default from './loading-bar'
0 commit comments