差分調整b

This commit is contained in:
harukin-expo-dev-env 2024-09-03 05:10:08 +00:00
parent 0fdd71db73
commit e2151ca0b1

View File

@ -6,8 +6,6 @@ import {
TextStyle, TextStyle,
} from "react-native"; } from "react-native";
import { Ionicons } from "@expo/vector-icons"; import { Ionicons } from "@expo/vector-icons";
import Constants from "expo-constants";
import { useTrainMenu } from "../../stateBox/useTrainMenu";
export const LandscapeBackButton: FC<{ export const LandscapeBackButton: FC<{
onPress: () => void; onPress: () => void;
}> = ({ onPress }) => { }> = ({ onPress }) => {