import React from 'react'; import { EagleIcon } from './icons/EagleIcon'; export const Header: React.FC = () => { return (

AI Proof Reviewer

); };