mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-18 23:42:18 -05:00
12 lines
194 B
TypeScript
12 lines
194 B
TypeScript
import { StyleSheet } from "react-native"
|
|
|
|
const styles = StyleSheet.create({
|
|
text: {
|
|
|
|
}
|
|
})
|
|
export function Text(): React.JSX.Element {
|
|
return (
|
|
<Text></Text>
|
|
)
|
|
} |