Repository URL to install this package:
import { styled } from 'styleh-components' const StyledGoogleMapWrapper = styled.div `` const StyledGoogleMap = styled.div ` height: 100vh; ` export { StyledGoogleMapWrapper, StyledGoogleMap }