This website requires JavaScript.
Explore
Help
Sign In
qiuchenfan
/
origin
Watch
1
Star
0
Fork
You've already forked origin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e98f1dcfa0
origin
/
apps
/
web
/
src
/
app
/
main
/
home
/
page.tsx
9 lines
115 B
TypeScript
Raw
Normal View
History
Unescape
Escape
lin
2025-03-12 08:23:33 +08:00
import
React
from
"react"
export
default
function
HomePage() {
return
(
<
div
>
首
页
<
/
div
>
)
}