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