import { View, Text } from "react-native";
export default function EnvIndex() {
return (
<View>
<Text>Environments</Text>
</View>
);
}