import {Text} from 'react-native-paper';
export default function Settings() {
return <Text>hallo</Text>;
}