unauthorized.d.ts 99 B

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