From a3eee47f76407053fd050e441fdc37b0cbe57208 Mon Sep 17 00:00:00 2001 From: analuizaff Date: Thu, 15 Apr 2021 19:17:28 -0300 Subject: [PATCH] deleting unnecessary imports --- src/app/components/MapPolygons.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/components/MapPolygons.js b/src/app/components/MapPolygons.js index 7608168..1bde7ce 100644 --- a/src/app/components/MapPolygons.js +++ b/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 }) { return (