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