This commit is contained in:
harukin-DeskMini
2022-12-07 22:13:16 +09:00
parent 1430c31140
commit caa98c3c0d
10 changed files with 191 additions and 48 deletions

View File

@@ -33,6 +33,7 @@ export default function Apps(props) {
const [mapsStationData, setMapsStationData] = useState(undefined);
useEffect(() => {
getStationList2().then((data) => {
console.log(data);
setMapsStationData(data);
});
}, []);