5 lines
No EOL
109 B
TypeScript
5 lines
No EOL
109 B
TypeScript
import { Text } from 'react-native';
|
|
|
|
export default function Page() {
|
|
return <Text>Budget Page</Text>;
|
|
} |