import { StyleSheet } from "react-native";

export const Style = StyleSheet.create({
    container: {
        alignItems: "center",
        justifyContent: "center"
    }
});