Encrypted-Chat-Client/screens/test.js

9 lines
169 B
JavaScript
Raw Permalink Normal View History

2024-12-15 14:40:35 +00:00
import { Anchor, H2, Input, Paragraph, XStack, YStack } from 'tamagui'
const Test = () => {
return(
<H2>testing this 4eva</H2>
)
}
export default Test;