maybe fix build errors (again) #68

Merged
Quaternions merged 5 commits from mapspage-dev into staging 2025-04-03 08:01:00 +00:00
Showing only changes of commit 6af018a3ab - Show all commits

@ -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>