import { Edit3, Plus, Coins } from "lucide-react" interface EditSidebarProps { isOpen: boolean onClose: () => void } export default function EditSidebar({ isOpen, onClose }: EditSidebarProps) { if (!isOpen) return null return (
Generate a background with AI