import CardEditorForm from './CardEditorForm'; import CardEditorPreview from './CardEditorPreview'; import CardEditorSearchPanel from './CardEditorSearchPanel'; import { Button } from './ui'; export default function CardEditorView({ card, formData, handleColorChange, handleInputChange, handleSave, message, onSearchQueryChange, router, saving, searchLoading, searchQuery, searchResults, selectCard, showEmptyState, }) { return (
Search for a card to edit its details, or continue editing the selected card.
Use the search box above to find a card you want to edit.