import { Database } from '@/types_db' import Link from 'next/link' import { Book, Clock, Download } from 'lucide-react' type Deck = Database['public']['Tables']['decks']['Row'] export default function DeckList({ decks }: { decks: Deck[] }) { if (decks.length === 0) { return (
Get started by creating a new deck.
{deck.description || 'No description provided.'}