1 import React from 'react'; 2 3 const NoMatch = () => ( 4 <p>No Match</p> 5 ); 6 7 export default NoMatch;