import { useTheme } from 'contexts/Theme' export const Arrow: React.FC = () => { const { theme } = useTheme() return ( ) }