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