import React from 'react'; import { View } from 'react-native'; import { useColors } from '../../themes'; const Line = () => { const Colors = useColors(); return ; }; export default Line;