Use name of defined component (#2522)

This commit is contained in:
zabop 2025-04-08 18:11:29 +02:00 committed by GitHub
parent 607d5dc6df
commit e4d2dfa730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ import {Map, useMap} from 'react-map-gl/maplibre';
function Root() {
return (
<Map ... >
<NavigationButton />
<NavigateButton />
</Map>
);
}