| 3 | import { AppName } from "@/app/_components/GlobalComponents/Layout/AppName"; |
| 4 | |
| 5 | interface AuthShellProps { |
| 6 | children: ReactNode; |
| 7 | } |
| 8 | |
| 9 | export const AuthShell = ({ children }: AuthShellProps) => { |
| 10 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected