Update index.js

fix typo
This commit is contained in:
Haven 2017-05-15 14:57:26 +08:00 committed by Pan
parent f62ddb1c90
commit 6144939c8f
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ export { default as Navbar } from './Navbar';
export { default as Sidebar } from './Sidebar'; export { default as Sidebar } from './Sidebar';
export { default as Levelbar } from './Sidebar'; export { default as Levelbar } from './Levelbar';
export { default as AppMain } from './AppMain'; export { default as AppMain } from './AppMain';