Skip to content

Commit

Permalink
fix(index): added layer to the list (#9697)
Browse files Browse the repository at this point in the history
* fix(index): added layer to the list

* fix(index): updated test
  • Loading branch information
sstrubberg authored Sep 20, 2021
1 parent aa4f2b9 commit f299ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/carbon-react/__tests__/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Array [
"IconSkeleton",
"InlineLoading",
"InlineNotification",
"Layer",
"Link",
"ListItem",
"Loading",
Expand Down
2 changes: 2 additions & 0 deletions packages/carbon-react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,5 @@ export {
} from './components/Grid';

export { Theme, useTheme } from './components/Theme';

export { Layer } from './components/Layer';

0 comments on commit f299ccb

Please sign in to comment.