mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-29 10:56:24 +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