Browse Source

deleting unnecessary imports

master
analuizaff 3 years ago
parent
commit
a3eee47f76
  1. 9
      src/app/components/MapPolygons.js

9
src/app/components/MapPolygons.js

@ -1,10 +1,5 @@
import React, { useState } from "react";
import { View, StyleSheet, Image } from "react-native";
import MapView, { Polygon } from "react-native-maps";
import colors from "../config/colors";
import { dimensions } from "../config/dimensions";
import MapModal from "./MapModal";
const markerSize = 30;
import React from "react";
import { Polygon } from "react-native-maps";
export default function MapPolygons({ coordinates }) { export default function MapPolygons({ coordinates }) {
return ( return (

Loading…
Cancel
Save