import { X } from 'lucide-react'; interface LayoutSwitchConfirmationProps { onKeep: () => void; onReplace: () => void; onCancel: () => void; } export default function LayoutSwitchConfirmation({ onKeep, onReplace, onCancel }: LayoutSwitchConfirmationProps) { return (
You have custom objects on the canvas. What would you like to do?
{/* Options */}Keep my objects
Add the new layout objects alongside your existing work
Replace everything
Remove all objects and load a fresh layout