refactor:layout

This commit is contained in:
Pan
2017-11-16 18:50:59 +08:00
parent 372c4489f0
commit 1286324214
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export { default as Navbar } from './Navbar'
export { default as Sidebar } from './Sidebar'
export { default as Sidebar } from './Sidebar/index.vue'
export { default as TabsView } from './TabsView'
export { default as AppMain } from './AppMain'