Skip to content

Commit

Permalink
update map component name
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinElms committed Nov 21, 2024
1 parent 9644418 commit b013a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oceannavigator/frontend/src/components/map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ proj3031.setExtent([
3087442.345821846,
]);

const MainMap = forwardRef((props, ref) => {
const Map = forwardRef((props, ref) => {
const [map0, setMap0] = useState();
const [map1, setMap1] = useState();
const [mapView, setMapView] = useState();
Expand Down Expand Up @@ -1003,4 +1003,4 @@ const MainMap = forwardRef((props, ref) => {
);
});

export default MainMap;
export default Map;

0 comments on commit b013a67

Please sign in to comment.