mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
export default function Page() {
|
|
return <div>Test Page</div>
|
|
}
|