log the error

This commit is contained in:
liquidwater0 2025-04-03 01:47:33 -05:00 committed by Quaternions
parent edc1ed5459
commit 3f377f4605

@ -6,6 +6,8 @@ export default async function MapsPage() {
const json = await response.json(); const json = await response.json();
console.log(json); console.log(json);
} catch(error) { } catch(error) {
console.log(error);
return ( return (
<Webpage> <Webpage>
<h1>No Maps!</h1> <h1>No Maps!</h1>