import {StyleSheet} from 'react-native';

export const STYLES = StyleSheet.create({
  container: {
    flex: 1,
  },
});
