Skip to content

Commit

Permalink
chore(locate): delete floatting button because is not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Dec 13, 2024
1 parent 8baa753 commit c5ef9e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions plugins/lime-plugin-mesh-wide/src/meshWidePage.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Trans } from "@lingui/macro";
import { route } from "preact-router";
import React from "react";

import FloatingButton from "components/buttons/floatting-button";
import Loading from "components/loading";

import { useLoadLeaflet } from "plugins/lime-plugin-locate/src/locateQueries";
Expand Down Expand Up @@ -48,7 +46,6 @@ const MeshWide = () => {
<FloatingAlert />
<MeshWideMap />
<SelectedFeatureBottomSheet />
<FloatingButton onClick={() => route("/meshwide/config")} />
</>
);
};
Expand Down
24 changes: 0 additions & 24 deletions src/components/buttons/floatting-button.tsx

This file was deleted.

0 comments on commit c5ef9e6

Please sign in to comment.