mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
9870faf789
### What? Fix export function name on docs/routing/layouts-and-templates ### Why? The way it is, it will return an error to the user following the tutorial: `Unsupported Server Component type: undefined / next js 13` ### How? - Change `Links()` function export to `NavLinks()` --------- Co-authored-by: JJ Kasper <jj@jjsweb.site>