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 faac696 commit 86e5fbcCopy full SHA for 86e5fbc
src/components/Layout/index.js
@@ -1,3 +1,5 @@
1
import Layout from './Layout';
2
+import LayoutActions from './LayoutActions';
3
4
+export { LayoutActions };
5
export default Layout;
src/index.js
@@ -1,9 +1,9 @@
-import Layout from './components/Layout';
+import Layout, { LayoutActions } from './components/Layout';
export { default as AppBar } from './components/AppBar';
export { default as Footer } from './components/Footer';
6
-
7
export { default as BasicAppBar } from './templates/AppBar/BasicAppBar';
8
export { default as TwoRowsAppBar } from './templates/AppBar/TwoRowsAppBar';
9
export { default as BasicFooter } from './templates/Footer/BasicFooter';
0 commit comments