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 4429209 commit a5c4f99Copy full SHA for a5c4f99
src/index.js
@@ -1 +1,11 @@
1
-export default {};
+import Layout from './components/Layout';
2
+
3
+export { default as AppBar } from './components/NavBar';
4
+export { default as Footer } from './components/Footer';
5
6
+// I am changing the name from NavBar to AppBar
7
+export { default as BasicAppBar } from './templates/NavBar/BasicNavBar';
8
+export { default as BasicFooter } from './templates/Footer/BasicFooter';
9
+export { default as BasicDrawer } from './templates/Drawer/BasicDrawer';
10
11
+export default Layout;
0 commit comments