Blame view
src/layout/components/index.js
198 Bytes
1172ebb79 auto commit the c... |
1 |
// export { default as Navbar } from '../../common/Header' |
80a28914e init |
2 3 4 |
export { default as Navbar } from './Navbar' export { default as Sidebar } from './Sidebar' export { default as AppMain } from './AppMain' |