Files
2026-01-16 01:51:36 +00:00

4 lines
99 B
TypeScript

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