'use client' import { useState } from 'react' import { motion } from 'framer-motion' import ListingRow from './ListingRow' import ListingDetailPanel from './ListingDetailPanel' import { useListings, useDeleteAllListings } from '@/hooks/useListings' import { getExportUrl } from '@/lib/api/listings' import type { Listing } from '@/lib/types' export default function ListingsTable() { const { data: listings, isLoading, isError } = useListings() const deleteAll = useDeleteAllListings() const [selected, setSelected] = useState
| Title | Price | Time left | Score | Keyword | AI |
|---|
No listings captured yet
Start the engine and add target sites