()
| 6 | import classes from '../styles/global.module.css'; |
| 7 | |
| 8 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected