Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
30
function page(spec: PageSpec): PageSpec {
31
return spec;
32
}
33
34
const pages = {
35
"/settings"
: page({
Callers
1
SettingsLayout.tsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected