import { Link, useLocation } from 'react-router-dom'; import { cn } from '@/lib/utils'; import { RecentReportsDropdown } from '../RecentReportsDropdown'; export function Header() { const location = useLocation(); return (
FA Platform
); }