Skip to content

Commit a5c4f99

Browse files
committed
added the exports
1 parent 4429209 commit a5c4f99

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/index.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
export default {};
1+
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

Comments
 (0)