Skip to content

Commit b3283f4

Browse files
committed
[Site] Adjust importmap.php due to last changes on Map
1 parent 0d1bc8b commit b3283f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ux.symfony.com/importmap.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,14 @@
190190
'chart.js' => [
191191
'version' => '4.4.3',
192192
],
193-
'@symfony/ux-map/abstract-map-controller' => [
194-
'path' => './vendor/symfony/ux-map/assets/dist/abstract_map_controller.js',
195-
],
196193
'leaflet' => [
197194
'version' => '1.9.4',
198195
],
199196
'leaflet/dist/leaflet.min.css' => [
200197
'version' => '1.9.4',
201198
'type' => 'css',
202199
],
203-
'@symfony/ux-leaflet-map/map-controller' => [
200+
'@symfony/ux-leaflet-map' => [
204201
'path' => './vendor/symfony/ux-leaflet-map/assets/dist/map_controller.js',
205202
],
206203
];

0 commit comments

Comments
 (0)