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

View file

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