import { StyleSheet } from "react-native";

export default StyleSheet.create({
  underlined: {
    textDecorationLine: "underline",
  },
});
