importReactfrom'react';
import { Link } from'react-router-dom';
constNoMatch = props => (
<divclassName="pageWidth pagePad txCtr"><p>
Whoopsie! I not know this url. Maybe the <Linkto="/">home</Link> is the
better for the you.
</p></div>
);
exportdefaultNoMatch;