Skip to content

Commit

Permalink
Add Markers folder
Browse files Browse the repository at this point in the history
  • Loading branch information
evulins committed May 20, 2024
1 parent a39c598 commit 549c446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 59 deletions.
3 changes: 2 additions & 1 deletion app/javascript/react/components/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import { Map as GoogleMap } from "@vis.gl/react-google-maps";
import trees from "./trees";

import { containerStyle } from "./Map.style";
import { Markers } from "./Markers";

import { ControlPanel } from "./ControlPanel/ControlPanel";
import { Markers } from "./Markers/Markers";

const MapTypeId = {
HYBRID: "hybrid",
Expand Down
58 changes: 0 additions & 58 deletions app/javascript/react/components/Map/Markers.tsx

This file was deleted.

0 comments on commit 549c446

Please sign in to comment.