"use client" import { Button } from "@/components/ui/button" import { Github, Download } from "lucide-react" import { downloadAndNavigate } from "@/lib/utils" export default function Header() { return (
Meetingnotes logo Meetingnotes
) }