差分調整c

This commit is contained in:
harukin-expo-dev-env 2024-09-03 12:56:21 +00:00
parent e2151ca0b1
commit ab09e6dd31

View File

@ -2,13 +2,10 @@ import React from "react";
import {
View,
Platform,
Text,
TouchableOpacity,
useWindowDimensions,
LayoutAnimation,
} from "react-native";
import Constants from "expo-constants";
import { Ionicons } from "@expo/vector-icons";
import * as Updates from "expo-updates";
import { lineList } from "../lib/getStationList";
@ -144,6 +141,3 @@ export default function Apps() {
</View>
);
}