Skip to content

Commit 7389e04

Browse files
committed
run formatting
1 parent a18de1c commit 7389e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/EnhancedMap/SourcedTileLayer/SourcedTileLayer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import PropTypes from "prop-types";
33
import { useEffect, useState } from "react";
44
import { FormattedMessage, injectIntl } from "react-intl";
55
import { TileLayer } from "react-leaflet";
6-
import { BingLayer } from "./BingLayer";
76
import AppErrors from "../../../services/Error/AppErrors";
87
import {
98
defaultLayerSource,
@@ -12,6 +11,7 @@ import {
1211
} from "../../../services/VisibleLayer/LayerSources";
1312
import WithErrors from "../../HOCs/WithErrors/WithErrors";
1413
import TileLayerErrorBoundary from "../../TaskClusterMap/TileLayerErrorBoundary";
14+
import { BingLayer } from "./BingLayer";
1515

1616
/**
1717
* SourcedTileLayer renders a react-leaflet TileLayer from the current

0 commit comments

Comments
 (0)