import { Download, RefreshCw, History } from 'lucide-react'; const ActionBar = ({ handleSaveImage, handleRegenerate, onOpenHistory, hasGeneratedContent = false }) => { return (
); }; export default ActionBar;