This website requires JavaScript.
Explore
Help
Sign In
Siddhesh.More
/
nextjs
Watch
1
Star
0
Fork
0
You've already forked nextjs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
main
nextjs
/
app
/
page.tsx
9 lines
105 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
second commit
2024-12-16 13:30:44 +05:30
import
React
from
'react'
Initial commit from Create Next App
2024-12-14 14:48:33 +05:30
second commit
2024-12-16 13:30:44 +05:30
const
page
=
(
)
=
>
{
Initial commit from Create Next App
2024-12-14 14:48:33 +05:30
return
(
second commit
2024-12-16 13:30:44 +05:30
<
div
>
page
<
/
div
>
)
Initial commit from Create Next App
2024-12-14 14:48:33 +05:30
}
second commit
2024-12-16 13:30:44 +05:30
export
default
page
Reference in New Issue
Copy Permalink