import { useActionQuery } from "@agent-native/core/client/hooks"; import { IconHeart } from "@tabler/icons-react"; import { QuoteCard } from "@/components/quotes/QuoteCard"; import { Skeleton } from "@/components/ui/skeleton"; import { useVisitorId } from "@/lib/visitor-id"; export function meta() { return [{ title: "Favorites — Verse" }]; } export function HydrateFallback() { return (
Quotes you've saved on this device.
No favorites yet — tap the heart on any quote to save it here.