Ading Spacer layout component
This commit is contained in:
parent
ec52bca854
commit
076fcfb543
|
@ -0,0 +1,8 @@
|
||||||
|
// @flow
|
||||||
|
import * as React from 'react'
|
||||||
|
|
||||||
|
const style = {
|
||||||
|
flexGrow: 1,
|
||||||
|
}
|
||||||
|
|
||||||
|
export default () => <div style={style} />
|
Loading…
Reference in New Issue