MCPcopy
hub / github.com/graphile/starter / page

Function page

@app/components/src/SettingsLayout.tsx:30–32  ·  view source on GitHub ↗
(spec: PageSpec)

Source from the content-addressed store, hash-verified

28
29// TypeScript shenanigans (so we can still use `keyof typeof pages` later)
30function page(spec: PageSpec): PageSpec {
31 return spec;
32}
33
34const pages = {
35 "/settings": page({

Callers 1

SettingsLayout.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected