Skip to content

Commit

Permalink
feat: add menu in map page
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Feb 16, 2024
1 parent a3fde19 commit 3f1060d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import CircleStyle from 'ol/style/Circle';
import Fill from 'ol/style/Fill';
import Stroke from 'ol/style/Stroke';
import Text from 'ol/style/Text';
import Menu from './component/Menu';

const MapPage = () => {
const wrapperEl = useRef<HTMLDivElement>(null);
Expand Down Expand Up @@ -117,6 +118,7 @@ const MapPage = () => {
</div>
)}
</div>
<Menu map />
</div>
);
};
Expand Down

0 comments on commit 3f1060d

Please sign in to comment.