MCPcopy Create free account
hub / github.com/nodejs/nodejs.org / BaseLayout

Function BaseLayout

apps/site/layouts/Base.tsx:7–11  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

5import styles from './layouts.module.css';
6
7const BaseLayout: FC<PropsWithChildren> = ({ children }) => (
8 <NavigationStateProvider>
9 <div className={styles.baseLayout}>{children}</div>
10 </NavigationStateProvider>
11);
12
13export default BaseLayout;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected