because yes

This commit is contained in:
2025-10-06 17:27:59 -06:00
parent 7e864e30fe
commit b507eb157b
-3
View File
@@ -6,9 +6,6 @@ export default function selectArea() {
useEffect(() => {
const fetchArea = async () => {
const response = await axios.get(
"https://venus.acatlan.unam.mx/asignacionTiempo_test/area-ubicacion"
);
setArea(response.data);
};