import { Center, For, Stack } from "@chakra-ui/react" export const TokensFocusRing = () => { return ( {(focusRing) => (
{focusRing}
)}
) }