MCPcopy Create free account
hub / github.com/emwalker/digraph / Page

Function Page

client/src/components/ui/Page/index.tsx:7–13  ·  view source on GitHub ↗
({ children }: Props)

Source from the content-addressed store, hash-verified

5}
6
7export default function Page({ children }: Props) {
8 return (
9 <div className="container-lg clearfix my-5 px-3 px-md-6 px-lg-3">
10 { children }
11 </div>
12 )
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected