diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 19:31:34 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 19:31:34 +0100 |
| commit | 66c63b1f11f6936c50101c55d5867807960bc618 (patch) | |
| tree | e57a17c670affe9c4ea8457f0bdf7a2709a28953 /package.json | |
| parent | b6f8822c4f05602a7f7b7a96288829722b3988fc (diff) | |
feat: Add error handling and logging for map point clicks in StopMap component
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..4c6596f --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "react-map-gl": "^8.1.0" + } +} |
