Β© 2026 Hedgehog Software, LLC
/src/routes/(layout).tsx
export default function Layout(props) { return ( <> <div>Header goes here</div> {props.children} </> ); };
props
LayoutProps