Remove type

This commit is contained in:
Nick Mowen 2023-12-20 07:51:53 -07:00
parent 10d9b4811a
commit 5c572b3409

View File

@ -16,7 +16,6 @@ type HistoryCardProps = {
relevantPreview?: Preview; relevantPreview?: Preview;
shouldAutoPlay: boolean; shouldAutoPlay: boolean;
onClick?: () => void; onClick?: () => void;
onFavorite?: () => void;
onDelete?: () => void; onDelete?: () => void;
}; };