import { StackCustom, TextCustom, ViewWrapper } from "@/components"; export default function NotFoundScreen() { return ( 404 Sorry, File Not Found ); }