import {StyleSheet} from "react-native"

export const styles = StyleSheet.create({
    textInput: {
        flex: 1,
    },
})
