Files

4 lines
99 B
TypeScript

import * as React from 'react';
declare const Unauthorized: React.FC;
export default Unauthorized;