next.js搭建路由01
This commit is contained in:
8
crop-x/src/app/page.tsx
Normal file
8
crop-x/src/app/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<div className="">
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user