"use client" import { RotateCw } from "lucide-react" import { Button } from "@/components/ui/button" export function RestartButton({ onRestart }: { onRestart: () => void }) { return ( ) }