import * as React from 'react'; import { Buttons } from '@/components/buttons'; import { Colors } from '@/components/colors'; import { Inputs } from '@/components/inputs'; import { Typography } from '@/components/typography'; import { FocusAwareStatusBar, SafeAreaView, ScrollView } from '@/components/ui'; import TopNavigation from '@/library/top-navigation'; export default function Temp() { return ( {/* */} {/* */} {/* */} ); }