import { useCallback } from 'react'; const Title = () => { const click = useCallback(() => { window.location.hash = '' window.location.reload(false) }) return (