MCPcopy 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

2import Dashboard from '@/components/Dashboard'
3
4const DashboardPage = () => {
5 return (
6 <Dashboard/>
7 )
8}
9
10export default DashboardPage
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected