MCPcopy
hub / github.com/fastapi/full-stack-fastapi-template / Dashboard

Function Dashboard

frontend/src/routes/_layout/index.tsx:16–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14})
15
16function Dashboard() {
17 const { user: currentUser } = useAuth()
18
19 return (
20 <div>
21 <div>
22 <h1 className="text-2xl truncate max-w-sm">
23 Hi, {currentUser?.full_name || currentUser?.email} 👋
24 </h1>
25 <p className="text-muted-foreground">
26 Welcome back, nice to see you again!!!
27 </p>
28 </div>
29 </div>
30 )
31}

Callers

nothing calls this directly

Calls 1

useAuthFunction · 0.85

Tested by

no test coverage detected