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