From 6144939c8f9d7d17958e042315a0bd78ec5ca66d Mon Sep 17 00:00:00 2001
From: Haven <baoyx007@gmail.com>
Date: Mon, 15 May 2017 14:57:26 +0800
Subject: [PATCH] Update index.js

fix typo
---
 src/views/layout/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/layout/index.js b/src/views/layout/index.js
index 308c1be8..8eea53ca 100644
--- a/src/views/layout/index.js
+++ b/src/views/layout/index.js
@@ -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';
-- 
GitLab