Skip to content

Commit 86e5fbc

Browse files
committed
exporting the LayoutActions context
1 parent faac696 commit 86e5fbc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/Layout/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import Layout from './Layout';
2+
import LayoutActions from './LayoutActions';
23

4+
export { LayoutActions };
35
export default Layout;

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import Layout from './components/Layout';
1+
import Layout, { LayoutActions } from './components/Layout';
22

3+
export { LayoutActions };
34
export { default as AppBar } from './components/AppBar';
45
export { default as Footer } from './components/Footer';
56

6-
77
export { default as BasicAppBar } from './templates/AppBar/BasicAppBar';
88
export { default as TwoRowsAppBar } from './templates/AppBar/TwoRowsAppBar';
99
export { default as BasicFooter } from './templates/Footer/BasicFooter';

0 commit comments

Comments
 (0)