log the error

This commit is contained in:
liquidwater0 2025-04-03 01:47:33 -05:00
parent f825d57e4b
commit 6af018a3ab

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