Skip to content

Commit c420985

Browse files
committed
renamed folder
1 parent a3b6724 commit c420985

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export { default as AppBar } from './components/NavBar';
44
export { default as Footer } from './components/Footer';
55

66
// I am changing the name from NavBar to AppBar
7-
export { default as BasicAppBar } from './templates/NavBar/BasicNavBar';
8-
export { default as TwoRowsAppBar } from './templates/NavBar/TwoRowsAppBar';
7+
export { default as BasicAppBar } from './templates/AppBar/BasicNavBar';
8+
export { default as TwoRowsAppBar } from './templates/AppBar/TwoRowsAppBar';
99
export { default as BasicFooter } from './templates/Footer/BasicFooter';
1010
export { default as BasicDrawer } from './templates/Drawer/BasicDrawer';
1111

0 commit comments

Comments
 (0)