UNPKG

fbz

Version:

Fork of the OpenBazaar 2.0 browser-based client.

14 lines (11 loc) 299 B
import React from 'react'; import { Link } from 'react-router-dom'; const NoMatch = props => ( <div className="pageWidth pagePad txCtr"> <p> Whoopsie! I not know this url. Maybe the <Link to="/">home</Link> is the better for the you. </p> </div> ); export default NoMatch;