next.js搭建路由01

This commit is contained in:
2025-10-20 16:19:41 +08:00
parent 727ec66189
commit 5c783c73e1
333 changed files with 7568 additions and 7091 deletions

View File

@@ -8,7 +8,7 @@ function Main() {
<div className = "parent-flex">
<Navbar1></Navbar1>
<div>
<Page></Page>
<Page ></Page>
</div>
</div>
)