mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-16 11:36:58 +00:00
Ading Spacer layout component
This commit is contained in:
parent
ec52bca854
commit
076fcfb543
8
src/components/Spacer/index.jsx
Normal file
8
src/components/Spacer/index.jsx
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// @flow
|
||||||
|
import * as React from 'react'
|
||||||
|
|
||||||
|
const style = {
|
||||||
|
flexGrow: 1,
|
||||||
|
}
|
||||||
|
|
||||||
|
export default () => <div style={style} />
|
Loading…
x
Reference in New Issue
Block a user