差分調整10

This commit is contained in:
harukin-expo-dev-env 2024-09-03 12:52:45 +00:00
parent 5947bb58b8
commit ccc6362e6a
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ import { SheetManager } from "react-native-actions-sheet";
import { useNavigation } from "@react-navigation/native";
import { useTrainMenu } from "../../stateBox/useTrainMenu";
import { stationNamePair } from "../../lib/getStationList2";
import { useTrainMenu } from "../../stateBox/useTrainMenu";
export const AppsWebView = ({ openStationACFromEachTrainInfo }) => {
const { webview, currentTrain } = useCurrentTrain();
const { navigate } = useNavigation();