aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/CurrentLocationMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/map/CurrentLocationMap.js')
-rw-r--r--modern/src/map/CurrentLocationMap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/CurrentLocationMap.js b/modern/src/map/CurrentLocationMap.js
index 06aaad0..69724ce 100644
--- a/modern/src/map/CurrentLocationMap.js
+++ b/modern/src/map/CurrentLocationMap.js
@@ -16,6 +16,6 @@ const CurrentLocationMap = () => {
}, []);
return null;
-}
+};
export default CurrentLocationMap;