We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18de1c commit 7389e04Copy full SHA for 7389e04
1 file changed
src/components/EnhancedMap/SourcedTileLayer/SourcedTileLayer.jsx
@@ -3,7 +3,6 @@ import PropTypes from "prop-types";
3
import { useEffect, useState } from "react";
4
import { FormattedMessage, injectIntl } from "react-intl";
5
import { TileLayer } from "react-leaflet";
6
-import { BingLayer } from "./BingLayer";
7
import AppErrors from "../../../services/Error/AppErrors";
8
import {
9
defaultLayerSource,
@@ -12,6 +11,7 @@ import {
12
11
} from "../../../services/VisibleLayer/LayerSources";
13
import WithErrors from "../../HOCs/WithErrors/WithErrors";
14
import TileLayerErrorBoundary from "../../TaskClusterMap/TileLayerErrorBoundary";
+import { BingLayer } from "./BingLayer";
15
16
/**
17
* SourcedTileLayer renders a react-leaflet TileLayer from the current
0 commit comments