Page Routing Setup
页面路由设置
Set up page routing for a web application with proper layout wrappers to avoid repeating elements.
为网页应用设置页面路由,并采用适当的布局包装器以避免元素重复。
Prompt
Set up page routing in [Next.js or React Router] for these paths: "/", "/login", "/signup", "/dashboard", "/settings". Use layout wrappers where appropriate to avoid repeating nav bars and footers.