aee0f09db8
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
6 lines
226 B
JavaScript
6 lines
226 B
JavaScript
import { createControlComponent } from '@react-leaflet/core';
|
|
import { Control } from 'leaflet';
|
|
export const ScaleControl = createControlComponent(function createScaleControl(props) {
|
|
return new Control.Scale(props);
|
|
});
|