Add slider for time range

This commit is contained in:
2024-07-15 21:41:09 +00:00
parent 45272a6242
commit e549afce96
4 changed files with 125 additions and 61 deletions

View File

@@ -15,6 +15,7 @@
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-leaflet": "^4.2.1",
"react-range-slider-input": "^3.0.7",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
@@ -31,8 +32,8 @@
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
">0.2%",
"not dead",
"not op_mini all"
]
}