refactor: refine layout directory structure

This commit is contained in:
Pan
2017-10-23 10:53:39 +08:00
parent 87a44ae7f5
commit ccddfe87bc
8 changed files with 5 additions and 9 deletions

View File

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