import React from 'react' import { useTheme } from '../../themeContext' export const RightLash = () => { const { colors } = useTheme() return ( ) } export const LeftLash = () => { const { colors } = useTheme() return ( ) }