不要なimport削除

This commit is contained in:
harukin-expo-dev-env
2024-09-09 06:12:25 +00:00
parent 3d2f84d9d5
commit b50937c63e
6 changed files with 5 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
import React, { useRef, useState, useEffect } from "react";
import { View, Text, TouchableOpacity, Linking, Platform } from "react-native";
import { View, Text, TouchableOpacity, Linking } from "react-native";
import MapView, { Marker } from "react-native-maps";
import Constants from "expo-constants";
import { MaterialCommunityIcons, Ionicons } from "@expo/vector-icons";
import { useCurrentTrain } from "../stateBox/useCurrentTrain";
import { useNavigation } from "@react-navigation/native";