mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 16:33:23 +08:00
logout and version in drawer
This commit is contained in:
@@ -6,8 +6,8 @@ import styles from './Layout.css';
|
||||
|
||||
export const Layout = ({children, ...props}) => (
|
||||
<LayoutMDL fixedDrawer>
|
||||
<Header {...props}/>
|
||||
<Drawer />
|
||||
<Header {...props} />
|
||||
<Drawer {...props} />
|
||||
<div className={styles.layout} >
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user