MCPcopy Create free account
hub / github.com/ChurchApps/B1Admin / AuthShellProps

Interface AuthShellProps

src/components/AuthShell.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Box } from "@mui/material";
3
4interface AuthShellProps {
5 logoAlt: string;
6 children: ReactNode;
7}
8
9export const AuthShell: React.FC<AuthShellProps> = ({ logoAlt, children }) => (
10 <Box sx={{ display: "flex", backgroundColor: "background.default", minHeight: "100vh" }}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected