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 20935dc commit 2d152c9Copy full SHA for 2d152c9
frontend/app/gs-map/gs-map.tsx
@@ -10,6 +10,7 @@
10
See the License for the specific language governing permissions and
11
limitations under the License.
12
*/
13
+import * as React from 'react';
14
import Map from 'ol/Map';
15
import OSM from 'ol/source/OSM';
16
import { Tile as TileLayer, Vector as VectorLayer } from 'ol/layer';
0 commit comments