Fix(SW-1111) Added a page to return null to close the map properly

This commit is contained in:
Pontus Dreij
2024-12-09 16:50:02 +01:00
parent f1473c1a7c
commit fbfe35aa1b
@@ -0,0 +1,3 @@
export default function Page() {
return null
}