import { Shuffle } from "lucide-react"; export const ButtonShuffler = ({ onClick }: { onClick: () => void }) => { return ( ); };