MCPcopy
hub / github.com/fccview/jotty / AuthShellProps

Interface AuthShellProps

app/_components/GlobalComponents/Auth/AuthShell.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { AppName } from "@/app/_components/GlobalComponents/Layout/AppName";
4
5interface AuthShellProps {
6 children: ReactNode;
7}
8
9export const AuthShell = ({ children }: AuthShellProps) => {
10 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected