import * as React from 'react'; const NoFound: React.FC = () => ( No Found ); export default NoFound;