import styled from 'styled-components'; import PropertiesComponent from './components/PropertiesComponent'; import { propertiesStyle } from './style'; const Properties = styled(PropertiesComponent)` ${propertiesStyle} `; export default Properties;