All files / components/layout layout.styled.js

0% Statements 0/10
0% Branches 0/4
0% Functions 0/2
0% Lines 0/3
1 2 3 4 5 6 7 8 9 10 11                     
import styled from 'styled-components'
import PropTypes from 'prop-types'
 
const LayoutStyled = styled.div`
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
`
export default LayoutStyled