mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-27 09:32:08 +00:00
sync
This commit is contained in:
5
node_modules/react-leaflet/lib/ScaleControl.js
generated
vendored
Normal file
5
node_modules/react-leaflet/lib/ScaleControl.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createControlComponent } from '@react-leaflet/core';
|
||||
import { Control } from 'leaflet';
|
||||
export const ScaleControl = createControlComponent(function createScaleControl(props) {
|
||||
return new Control.Scale(props);
|
||||
});
|
||||
Reference in New Issue
Block a user