import type { ReactNode } from 'react' import { Card, CardContent, CardHeader } from 'ui' import { ShimmeringLoader } from 'ui-patterns' export function ApiAuthorizationLoadingScreen(): ReactNode { return ( Authorize API access Loading...
) }