'use client' import * as React from 'react' import { Trash2, ExternalLink, Calendar, Tag, Folder } from 'lucide-react' import { Button } from '@/components/ui/button' import { Badge } from '@/components/ui/badge' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { usePersonalListStore } from '@/lib/personal-list-store' import { cn } from '@/lib/utils' export function PersonalListItems() { const { items, removeItem } = usePersonalListStore() if (items.length === 0) { return (
Start building your awesome list by clicking
"Push to my list"{' '}
on any repository
{item.description}
{item.repository && (