import React from 'react'; import { UserIcon } from './Icons'; export const Header = () => { const handleSearchInputChange = (e: React.ChangeEvent) => { console.log(e.currentTarget.value); }; return (
Q & A Sign In
); };