diff --git a/src/GoogleMap.js b/src/GoogleMap.js index f086f37..eb54fec 100644 --- a/src/GoogleMap.js +++ b/src/GoogleMap.js @@ -1,16 +1,10 @@ import React from 'react'; -import styled from 'styled-components'; +import { Box } from '@quarkly/widgets'; import ComponentNotice from './ComponentNotice'; -const Wrapper = styled.div` - width: 100%; - height: 100%; - position: relative; -`; - const GoogleMap = ({ query = 'New York', apiKey, ...props }) => ( - + {apiKey ? (