diff options
author | Eric <ericmabr@gmail.com> | 2023-04-12 22:46:40 -0400 |
---|---|---|
committer | Eric <ericmabr@gmail.com> | 2023-04-12 22:46:40 -0400 |
commit | 4aa933c5b5da13cd10fe427b8513523b2e1d825f (patch) | |
tree | be9742e25d0fb5d60f221f6becd1062eedf23c9a | |
parent | d0bfb8376bbff432691ca67a9547c374db8a1d07 (diff) |
amongus2
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx index 51b88fe5e..d0eb28f91 100644 --- a/src/client/views/nodes/MapBox/MapBox.tsx +++ b/src/client/views/nodes/MapBox/MapBox.tsx @@ -26,7 +26,7 @@ import { FieldView, FieldViewProps } from '../FieldView'; import { PinProps } from '../trails'; import './MapBox.scss'; import { MapBoxInfoWindow } from './MapBoxInfoWindow'; - +// amongus /** * MapBox architecture: * Main component: MapBox.tsx |