next.js
9870faf7 - Fix export function name on docs/routing/layouts-and-templates (#65240)

Commit
1 year ago
Fix export function name on docs/routing/layouts-and-templates (#65240) ### 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>
Parents
Loading