Toolbar design
Reviewed By: danielbuechele Differential Revision: D6964901 fbshipit-source-id: c052449d0ae3da91bec64c8f9da867244022ccf1
This commit is contained in:
committed by
Facebook Github Bot
parent
951a429ac5
commit
9e0f751464
@@ -25,14 +25,6 @@ type Props = {|
|
||||
|
||||
export default (props: Props) => (
|
||||
<div className={`Page ${props.className || ''}`}>
|
||||
{/* <Head>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="//cdnjs.cloudflare.com/ajax/libs/antd/3.2.0/antd.min.css"
|
||||
/>
|
||||
<link href="//fonts.googleapis.com/css?family=Barlow" rel="stylesheet" />
|
||||
<title>Yoga Layout{props.title ? ` | ${props.title}` : ''}</title>
|
||||
</Head> */}
|
||||
<Toolbar />
|
||||
<div className={`PageContent ${props.withSpacing ? 'withSpacing' : ''}`}>
|
||||
{props.children}
|
||||
|
Reference in New Issue
Block a user