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

Function ToolsLayout

website/app/routes/tools.tsx:8–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import classes from '../styles/global.module.css';
7
8export default function ToolsLayout() {
9 return (
10 <>
11 <ContentHeader>
12 <Title order={1} c="purple.0">
13 Developer Tools
14 </Title>
15 </ContentHeader>
16 <Container className={classes.container}>
17 <Outlet />
18 </Container>
19 </>
20 );
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected