function NotFound(){ React.useEffect(()=>{document.title='Page Not Found — Bold Bee';},[]); return (
404

This Page Has Been Rewoven Elsewhere

The page you are looking for no longer exists at this address.

Return Home Search
); } window.NotFound=NotFound;