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 }) => {