import styled from 'styled-components';
export const HomeWrapper = styled.div`
width:960px;
margin:0 auto;
height:300px;
background: red;
`;
import styled from 'styled-components';
export const HomeWrapper = styled.div`
width:960px;
margin:0 auto;
height:300px;
background: red;
`;