This website requires JavaScript.
Explore
Help
Register
Sign In
wishpal_ironfan
/
fake_shop
Watch
6
Star
0
Fork
You've already forked fake_shop
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a568ed012f
fake_shop
/
app
/
page.js
6 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
2025-02-07 18:04:25 +08:00
import
Image
from
"next/image"
;
export
default
function
Home
(
)
{
init
2025-02-10 19:24:19 +08:00
return
<
div
>
<
/
d
i
v
>
;
Initial commit from Create Next App
2025-02-07 18:04:25 +08:00
}