import ScreenLayout from "~/components/layout/ScreenLayout"; import { Text } from "~/components/ui/Text"; export default function DownloadsScreen() { return ( Downloads tab ); }