Ading Spacer layout component

This commit is contained in:
apanizo 2018-08-23 13:43:28 +02:00
parent ec52bca854
commit 076fcfb543
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// @flow
import * as React from 'react'
const style = {
flexGrow: 1,
}
export default () => <div style={style} />