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

This commit is contained in:
Pontus Dreij
2024-12-04 11:01:02 +01:00
parent f1473c1a7c
commit fbfe35aa1b

View File

@@ -0,0 +1,3 @@
export default function Page() {
return null
}