Files
App/components/helpers/text.tsx
2024-10-14 21:55:07 -05:00

12 lines
194 B
TypeScript

import { StyleSheet } from "react-native"
const styles = StyleSheet.create({
text: {
}
})
export function Text(): React.JSX.Element {
return (
<Text></Text>
)
}