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