MCPcopy Create free account
hub / github.com/fontsource/fontsource / AppShellProps

Interface AppShellProps

website/app/components/layout/AppShell.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Header } from './Header';
5
6interface AppShellProps {
7 children: React.ReactNode;
8}
9
10export const AppShell = ({ children }: AppShellProps) => {
11 const isNotHome = useLocation().pathname !== '/';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected