import { VStack } from "@/components/ui/vstack"; import { Text } from "@/components/ui/text"; import { View } from "react-native"; export default function HistoryTab() { return ( History 탭 최근 기록이 여기에 표시됩니다. ); }