mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Fix default imports
This commit is contained in:
parent
d0b242e8a9
commit
1cae88eb5d
@ -95,7 +95,7 @@ const isFullScreen = () =>
|
||||
document.mozFullScreen ||
|
||||
document.msFullscreenElement;
|
||||
|
||||
export default class GoogleMap extends Component {
|
||||
class GoogleMap extends Component {
|
||||
static propTypes = {
|
||||
apiKey: PropTypes.string,
|
||||
bootstrapURLKeys: PropTypes.any,
|
||||
@ -1171,3 +1171,5 @@ export default class GoogleMap extends Component {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default GoogleMap;
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
import GoogleMap from './google_map';
|
||||
|
||||
export * from './lib';
|
||||
|
||||
export default GoogleMap;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user