| 10 | import { CLOUD_API } from "@/ui.config"; |
| 11 | |
| 12 | interface AuthLayoutProps { |
| 13 | title: string; |
| 14 | description: string; |
| 15 | action: string; |
| 16 | cta: string; |
| 17 | ctaHref: string; |
| 18 | showCounter?: boolean; |
| 19 | } |
| 20 | |
| 21 | export default function AuthLayout({ |
| 22 | title, |
nothing calls this directly
no outgoing calls
no test coverage detected