import { Icon } from "./Icon"; type Props = { /** Clears the session and returns to a fresh requisition (landing). */ onNewRequisition?: () => void; }; export function Header({ onNewRequisition }: Props) { return (

Procure

AI Agent

User profile
); }