Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ DashboardPage
Function
DashboardPage
Video 131/app/dashboard/page.js:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
Dashboard from
'@/components/Dashboard'
3
4
const
DashboardPage = () => {
5
return
(
6
<Dashboard/>
7
)
8
}
9
10
export
default DashboardPage
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected