/ embark-ui / src / components / NoMatch.js
NoMatch.js
1  import React from 'react';
2  
3  const NoMatch = () => (
4    <p>No Match</p>
5  );
6  
7  export default NoMatch;