import Link from 'next/link'; import { Button } from './ui/button'; export function Header() { return (
My Favorites
); }