Skip to content

Commit 55a04b7

Browse files
committed
fixed lint
1 parent 9ff1ca5 commit 55a04b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/map/poi-marker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { POI } from "@/types/mapTypes";
22
import { PoiMarkerColors } from "@/constants/theme";
33
import { Ionicons } from "@expo/vector-icons";
44
import React from "react";
5-
import { Platform, StyleSheet, View } from "react-native";
5+
import { StyleSheet, View } from "react-native";
66
import { Marker } from "react-native-maps";
77

88
type PoiMarkerVisual = {

0 commit comments

Comments
 (0)