import { BackButton, ViewWrapper } from "@/components"; import { MainColor } from "@/constants/color-palet"; import { FontAwesome } from "@expo/vector-icons"; import { Stack } from "expo-router"; export default function FileScreen() { return ( <> , }} /> ); }