Skip to content

Commit

Permalink
fix: export Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Mar 18, 2019
1 parent 87ac93b commit b9d06e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-layouts/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export { default as Footer } from './Footer';
export { default as Breadcrumb } from './Breadcrumb';
export { default as NavBar } from './NavBar';
export { default as Tabs } from './Tabs';
export { default as Modal } from './Modal';
1 change: 1 addition & 0 deletions packages/react-layouts/src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Array [
"Breadcrumb",
"NavBar",
"Tabs",
"Modal",
]
`);
});

0 comments on commit b9d06e4

Please sign in to comment.