4so-fourseasons/react-hoc-spinners

View on GitHub
src/components/Wrapper.jsx

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

import styled from 'styled-components'

const Wrapper = styled.div`
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;

  width: 100%;
  height: 100%;
`

export default Wrapper