From e2151ca0b188459dcb6f4a307b2e5900e20d7c9c Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Tue, 3 Sep 2024 05:10:08 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=88=86=E8=AA=BF=E6=95=B4b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Apps/LandscapeBackButton.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Apps/LandscapeBackButton.tsx b/components/Apps/LandscapeBackButton.tsx index c7fc3e0..89dff15 100644 --- a/components/Apps/LandscapeBackButton.tsx +++ b/components/Apps/LandscapeBackButton.tsx @@ -6,8 +6,6 @@ import { TextStyle, } from "react-native"; import { Ionicons } from "@expo/vector-icons"; -import Constants from "expo-constants"; -import { useTrainMenu } from "../../stateBox/useTrainMenu"; export const LandscapeBackButton: FC<{ onPress: () => void; }> = ({ onPress }) => {