Initial commit from Create Next App
This commit is contained in:
14
pages/index.tsx
Normal file
14
pages/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/a">/a (Pages Router)</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/b">b (App Router)</Link>
|
||||
</li>
|
||||
</ul>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user