add leaflet controller

This commit is contained in:
Ryan Prather 2024-12-31 23:02:06 +00:00
parent 6c340b4229
commit 6a5a5c2282

11
assets/controllers.json Normal file
View File

@ -0,0 +1,11 @@
{
"controllers": {
"@symfony/ux-leaflet-map": {
"map": {
"enabled": true,
"fetch": "lazy"
}
}
},
"entrypoints": []
}