[fix] map freezes on mobile view

This commit is contained in:
Janis
2022-12-16 19:15:02 +01:00
parent e439aad1db
commit 163e35a49e
3 changed files with 2 additions and 21 deletions

View File

@@ -1,5 +0,0 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' })
}