Files
2026-01-09 14:52:46 +00:00

4 lines
99 B
TypeScript

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