MCPcopy 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

1import React from 'react'
2
3const page = () => {
4 return (
5 <div>
6 About page
7 </div>
8 )
9}
10
11export default page

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected